/third_party/mesa3d/src/panfrost/util/ |
H A D | pan_sysval.c | 49 return PAN_SYSVAL(SAMPLER, uindex); in panfrost_sysval_for_sampler()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingDataSpillTests.cpp | 86 SAMPLER, member in vkt::RayTracing::__anon28522::DataType 157 case DataType::SAMPLER: // fallthrough. in getElementSize() 222 case DataType::SAMPLER: in samplersNeeded() 391 case DataType::SAMPLER: in DataSpillTestCase() 829 if (m_params.dataType == DataType::IMAGE || m_params.dataType == DataType::SAMPLER) in initPrograms() 975 case DataType::SAMPLER: in initPrograms() 1024 else if (m_params.dataType == DataType::SAMPLER) in initPrograms() 2723 { DataType::SAMPLER, "sampler" }, in createDataSpillTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingDataSpillTests.cpp | 86 SAMPLER, member in vkt::RayTracing::__anon29706::DataType 157 case DataType::SAMPLER: // fallthrough. in getElementSize() 222 case DataType::SAMPLER: in samplersNeeded() 391 case DataType::SAMPLER: in DataSpillTestCase() 829 if (m_params.dataType == DataType::IMAGE || m_params.dataType == DataType::SAMPLER) in initPrograms() 975 case DataType::SAMPLER: in initPrograms() 1024 else if (m_params.dataType == DataType::SAMPLER) in initPrograms() 2722 { DataType::SAMPLER, "sampler" }, in createDataSpillTests()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_cmd_buffer.c | 350 SAMPLER); in panvk_cmd_prepare_samplers() 355 pan_pack(sampler, SAMPLER, cfg) { in panvk_cmd_prepare_samplers() 362 sampler += pan_size(SAMPLER); in panvk_cmd_prepare_samplers() 370 pan_size(SAMPLER)); in panvk_cmd_prepare_samplers() 373 pan_size(SAMPLER); in panvk_cmd_prepare_samplers()
|
H A D | panvk_vX_device.c | 317 STATIC_ASSERT(sizeof(sampler->desc) >= pan_size(SAMPLER)); in CreateSampler()
|
H A D | panvk_vX_meta_copy.c | 55 pan_pool_alloc_desc(desc_pool, SAMPLER); in panvk_meta_copy_img_emit_sampler() 57 pan_pack(sampler.cpu, SAMPLER, cfg) { in panvk_meta_copy_img_emit_sampler()
|
H A D | panvk_vX_cs.c | 246 pan_pack(desc, SAMPLER, cfg) { in emit_sampler()
|
H A D | panvk_vX_descriptor_set.c | 277 pan_size(SAMPLER) * layout->num_samplers, 8, in descriptor_set_create()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | glslang_tab.cpp.h | 101 SAMPLER = 302, /* SAMPLER */ enumerator
|
H A D | Scan.cpp | 629 (*KeywordMap)["sampler"] = SAMPLER; in fillInKeywordMap() 1535 case SAMPLER: in tokenizeIdentifier()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | clspv_helper.cc | 61 return Pipeline::ShaderInfo::DescriptorMapEntry::Kind::SAMPLER; in GetArgKindFromExtInst()
|
H A D | pipeline.h | 125 SAMPLER, member in amber::Pipeline::ShaderInfo::DescriptorMapEntry::Kind
|
H A D | shader_compiler_test.cc | 430 Pipeline::ShaderInfo::DescriptorMapEntry::Kind::SAMPLER); in TEST_F()
|
H A D | pipeline.cc | 690 Pipeline::ShaderInfo::DescriptorMapEntry::Kind::SAMPLER) { in UpdateOpenCLBufferBindings()
|
/third_party/vk-gl-cts/external/amber/src/tools/ |
H A D | amber-syntax.vim | 36 syn keyword amberBlockCmd FORMAT FRAMEBUFFER_SIZE LOCATION BIND SAMPLER
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibFunc.h | 278 SAMPLER, enumerator
|
H A D | AMDGPULibFunc.cpp | 394 P.ArgType = AMDGPULibFunc::SAMPLER; break; 746 case AMDGPULibFunc::SAMPLER: return "11ocl_sampler"; 897 case AMDGPULibFunc::SAMPLER:
|
/third_party/mesa3d/src/panfrost/lib/genxml/ |
H A D | decode.c | 811 DUMP_ADDR(SAMPLER, samplers + (pan_size(SAMPLER) * i), "Sampler %d:\n", i); in pandecode_samplers() 1192 DUMP_CL(SAMPLER, cl + i, "Sampler:\n"); in pandecode_resources()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingValveMutableTests.cpp | 281 SAMPLER = 0, member in vkt::BindingModel::__anon27846::ResourceType 292 ResourceType resourceType = ResourceType::SAMPLER; in toResourceType() 296 resourceType = ResourceType::SAMPLER; in toResourceType() 539 case ResourceType::SAMPLER: in Resource() 688 case ResourceType::SAMPLER: in makeWriteInfo()
|
H A D | vktBindingMutableTests.cpp | 360 SAMPLER = 0, member in vkt::BindingModel::__anon27839::ResourceType 371 ResourceType resourceType = ResourceType::SAMPLER; in toResourceType() 375 resourceType = ResourceType::SAMPLER; in toResourceType() 618 case ResourceType::SAMPLER: in Resource() 767 case ResourceType::SAMPLER: in makeWriteInfo()
|
/third_party/mesa3d/src/asahi/lib/ |
H A D | decode.c | 375 DUMP_CL(SAMPLER, samp, "Sampler"); in agxdecode_pipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingMutableTests.cpp | 356 SAMPLER = 0, member in vkt::BindingModel::__anon29091::ResourceType 367 ResourceType resourceType = ResourceType::SAMPLER; in toResourceType() 371 resourceType = ResourceType::SAMPLER; in toResourceType() 614 case ResourceType::SAMPLER: in Resource() 763 case ResourceType::SAMPLER: in makeWriteInfo()
|
/third_party/mesa3d/src/intel/tools/ |
H A D | i965_gram.y | 409 %token CONST CRE DATA DP_DATA_1 GATEWAY MATH PIXEL_INTERP READ RENDER SAMPLER 1083 | SAMPLER { $$ = BRW_SFID_SAMPLER; }
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_state.c | 349 agx_pack(bo->ptr.cpu, SAMPLER, cfg) { in agx_create_sampler_state() 1231 agx_pack(sampler.cpu, SAMPLER, cfg) { in agx_build_reload_pipeline()
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_blitter.c | 921 pan_pool_alloc_desc(pool, SAMPLER); in pan_blitter_emit_sampler() 923 pan_pack(sampler.cpu, SAMPLER, cfg) { in pan_blitter_emit_sampler()
|