Home
last modified time | relevance | path

Searched refs:Attachable (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/renderer_vulkan/
H A Dmaxwell_to_vk.cpp114 enum : u32 { Attachable = 1, Storage = 2 }; enumerator
130 {VK_FORMAT_R8_UNORM, Attachable | Storage}, // R8_UNORM
131 {VK_FORMAT_R8_SNORM, Attachable | Storage}, // R8_SNORM
132 {VK_FORMAT_R8_SINT, Attachable | Storage}, // R8_SINT
133 {VK_FORMAT_R8_UINT, Attachable | Storage}, // R8_UINT
161 {VK_FORMAT_R16_UINT, Attachable | Storage}, // R16_UINT
208 {VK_FORMAT_D32_SFLOAT, Attachable}, // D32_FLOAT
209 {VK_FORMAT_D16_UNORM, Attachable}, // D16_UNORM
212 {VK_FORMAT_D24_UNORM_S8_UINT, Attachable}, // D24_UNORM_S8_UINT
214 {VK_FORMAT_D32_SFLOAT_S8_UINT, Attachable}, // D32_FLOAT_S8_UINT
[all …]
/dports/textproc/py-pystache/pystache-0.6.0/pystache/tests/
H A Dtest_context.py12 from pystache.tests.common import AssertIsMixin, AssertStringMixin, AssertExceptionMixin, Attachable
439 stack = ContextStack({"foo": Attachable(bar="baz")})
444 A = Attachable
450 stack = ContextStack({"foo": Attachable(bar={"baz": Attachable(bak=42)})})
458 stack = ContextStack({"foo": Attachable(bar=Attachable())})
491 stack = ContextStack({"foo": Attachable(bar=Attachable(baz=lambda: "Called!"))})
496 return Attachable(baz='Baz')
H A Dtest_renderengine.py16 from pystache.tests.common import AssertStringMixin, AssertExceptionMixin, Attachable
716 person = Attachable(name='Biggles', details={'age': 42})
735 context = {'person': Attachable(name={'firstname': 'unknown', 'lastname': 'Pither'},
736 … travels=Attachable(last=Attachable(country=Attachable(city='Cornwall'))),
737 details=Attachable())}
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/daemon/cluster/convert/
H A Dnetwork.go30 Attachable: n.Spec.Attachable,
161 Attachable: spec.Attachable,
186 Attachable: create.Attachable,
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/daemon/cluster/convert/
H A Dnetwork.go31 Attachable: n.Spec.Attachable,
167 Attachable: spec.Attachable,
199 Attachable: create.Attachable,
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/daemon/cluster/convert/
H A Dnetwork.go31 Attachable: n.Spec.Attachable,
167 Attachable: spec.Attachable,
199 Attachable: create.Attachable,
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/daemon/cluster/convert/
H A Dnetwork.go31 Attachable: n.Spec.Attachable,
167 Attachable: spec.Attachable,
200 Attachable: create.Attachable,
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/daemon/cluster/convert/
H A Dnetwork.go31 Attachable: n.Spec.Attachable,
167 Attachable: spec.Attachable,
200 Attachable: create.Attachable,
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/daemon/cluster/convert/
H A Dnetwork.go31 Attachable: n.Spec.Attachable,
167 Attachable: spec.Attachable,
200 Attachable: create.Attachable,
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/daemon/cluster/convert/
H A Dnetwork.go31 Attachable: n.Spec.Attachable,
167 Attachable: spec.Attachable,
200 Attachable: create.Attachable,
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/daemon/cluster/convert/
H A Dnetwork.go31 Attachable: n.Spec.Attachable,
167 Attachable: spec.Attachable,
200 Attachable: create.Attachable,
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/daemon/cluster/convert/
H A Dnetwork.go31 Attachable: n.Spec.Attachable,
167 Attachable: spec.Attachable,
200 Attachable: create.Attachable,
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/daemon/cluster/convert/
H A Dnetwork.go31 Attachable: n.Spec.Attachable,
167 Attachable: spec.Attachable,
200 Attachable: create.Attachable,
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/daemon/cluster/convert/
H A Dnetwork.go31 Attachable: n.Spec.Attachable,
167 Attachable: spec.Attachable,
200 Attachable: create.Attachable,
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/daemon/cluster/convert/
H A Dnetwork.go31 Attachable: n.Spec.Attachable,
167 Attachable: spec.Attachable,
200 Attachable: create.Attachable,
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Xaml/Test/System.Xaml/
H A DAttachablePropertyServicesTest.cs53 AttachablePropertyServices.SetProperty (a, Attachable.FooIdentifier, "x"); in NonStoreGetSet()
55 …Assert.IsTrue (AttachablePropertyServices.TryGetProperty<string> (a, Attachable.FooIdentifier, out… in NonStoreGetSet()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/moby/buildkit/session/secrets/secretsprovider/
H A Dsecretsprovider.go17 func NewSecretProvider(store secrets.SecretStore) session.Attachable {
48 func FromMap(m map[string][]byte) session.Attachable {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/moby/buildkit/session/secrets/secretsprovider/
H A Dsecretsprovider.go17 func NewSecretProvider(store secrets.SecretStore) session.Attachable {
48 func FromMap(m map[string][]byte) session.Attachable {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/moby/buildkit/session/secrets/secretsprovider/
H A Dsecretsprovider.go17 func NewSecretProvider(store secrets.SecretStore) session.Attachable {
48 func FromMap(m map[string][]byte) session.Attachable {
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/github.com/moby/buildkit/session/secrets/secretsprovider/
H A Dsecretsprovider.go17 func NewSecretProvider(store secrets.SecretStore) session.Attachable {
48 func FromMap(m map[string][]byte) session.Attachable {
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/session/
H A Dsession.go25 type Attachable interface { interface
56 func (s *Session) Allow(a Attachable) {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/session/
H A Dsession.go25 type Attachable interface { interface
56 func (s *Session) Allow(a Attachable) {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/session/filesync/
H A Dfilesync.go39 func NewFSSyncProvider(dirs []SyncedDir) session.Attachable {
224 func NewFSSyncTargetDir(outdir string) session.Attachable {
232 func NewFSSyncTarget(w io.WriteCloser) session.Attachable {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/session/
H A Dsession.go28 type Attachable interface { interface
70 func (s *Session) Allow(a Attachable) {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/session/
H A Dsession.go28 type Attachable interface { interface
70 func (s *Session) Allow(a Attachable) {

12345678910>>...17