Searched refs:sampler0 (Results 1 – 6 of 6) sorted by relevance
/external/deqp-deps/amber/tests/cases/ |
D | graphics_descriptor_array_sampler.amber | 33 SAMPLER sampler0 ADDRESS_MODE_U clamp_to_border BORDER_COLOR float_opaque_black 47 BIND SAMPLER_ARRAY sampler0 sampler1 DESCRIPTOR_SET 0 BINDING 1
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorCopyTests.cpp | 2612 SamplerDescriptor* sampler0 (new SamplerDescriptor()); in addSamplerCopyTests() local 2615 sampler0->addImage(image); in addSamplerCopyTests() 2618 commands->addDescriptor(DescriptorSp(sampler0), 0u); in addSamplerCopyTests() 2633 SamplerDescriptor* sampler0 (new SamplerDescriptor(3u, 0u, 3u)); in addSamplerCopyTests() local 2639 sampler0->addImage(image, 3u); in addSamplerCopyTests() 2642 commands->addDescriptor(DescriptorSp(sampler0), 0u); in addSamplerCopyTests() 2659 SamplerDescriptor* sampler0 (new SamplerDescriptor(2u, 0u, 2u)); in addSamplerCopyTests() local 2663 sampler0->addImage(image, 2u); in addSamplerCopyTests() 2666 commands->addDescriptor(DescriptorSp(sampler0), 0u); in addSamplerCopyTests() 2735 SamplerDescriptor* sampler0 (new SamplerDescriptor()); in addMixedDescriptorCopyTests() local [all …]
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | graphics_robust_access_test.cpp | 1416 OpName %36 "sampler0" in TEST_F() 1488 OpName %sampler0 "sampler0" in TEST_F()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/ |
D | graphics_robust_access_test.cpp | 1416 OpName %36 "sampler0" in TEST_F() 1488 OpName %sampler0 "sampler0" in TEST_F()
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | graphics_robust_access_test.cpp | 1416 OpName %36 "sampler0" in TEST_F() 1488 OpName %sampler0 "sampler0" in TEST_F()
|
/external/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 1310 LLVMValueRef sampler0 = in lower_gather4_integer() local 1312 sampler0 = LLVMBuildLShr(ctx->builder, sampler0, LLVMConstInt(ctx->i32, 15, false), ""); in lower_gather4_integer() 1313 sampler0 = LLVMBuildAnd(ctx->builder, sampler0, ctx->i32_1, ""); in lower_gather4_integer() 1314 unnorm = LLVMBuildICmp(ctx->builder, LLVMIntEQ, sampler0, ctx->i32_1, ""); in lower_gather4_integer()
|