Home
last modified time | relevance | path

Searched refs:dummy_sampler (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/shaders-msl/asm/frag/
Dop-image-sampled-image.asm.frag16 OpName %dummy_sampler "dummy_sampler"
23 OpDecorate %dummy_sampler DescriptorSet 0
24 OpDecorate %dummy_sampler Binding 4
50 %dummy_sampler = OpVariable %_ptr_UniformConstant_33 UniformConstant
70 %37 = OpLoad %33 %dummy_sampler
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/asm/frag/
Dop-image-sampled-image.asm.frag16 …sh_cb& _19 [[buffer(0)]], texture2d<float> t0 [[texture(0)]], sampler dummy_sampler [[sampler(0)]])
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/asm/frag/
Dop-image-sampled-image.asm.frag16 …sh_cb& _19 [[buffer(0)]], texture2d<float> t0 [[texture(0)]], sampler dummy_sampler [[sampler(0)]])
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_emit.c117 static const struct fd2_sampler_stateobj dummy_sampler = {}; in emit_texture() local
128 : &dummy_sampler; in emit_texture()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c181 static const struct fd3_sampler_stateobj dummy_sampler = {}; in emit_textures() local
184 : &dummy_sampler; in emit_textures()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c362 static const struct fd5_sampler_stateobj dummy_sampler = {}; in emit_textures() local
365 : &dummy_sampler; in emit_textures()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c186 static const struct fd4_sampler_stateobj dummy_sampler = {}; in emit_textures() local
189 : &dummy_sampler; in emit_textures()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_emit.c335 static const struct fd6_sampler_stateobj dummy_sampler = {}; in fd6_emit_textures() local
338 : &dummy_sampler; in fd6_emit_textures()