/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.c | 110 LLVMTypeRef sampler_type; in create_jit_sampler_type() local 187 LLVMTypeRef viewport_type, texture_type, sampler_type, image_type; in lp_jit_create_types() local 342 LLVMTypeRef texture_type, sampler_type, image_type; in lp_jit_create_cs_types() local
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderTextureImageSamplesTests.cpp | 226 void ShaderTextureImageSamplesTestBase::executeFunctionalTest(const _sampler_type& sampler_type, in executeFunctionalTest() 629 _sampler_type sampler_type = (_sampler_type)n_sampler_type; in iterate() local
|
D | gl4cTextureViewTests.cpp | 1072 const char* TextureViewUtilities::getGLSLDataTypeForSamplerType(const _sampler_type sampler_type, in getGLSLDataTypeForSamplerType() 1175 const char* TextureViewUtilities::getGLSLTypeForSamplerType(const _sampler_type sampler_type) in getGLSLTypeForSamplerType()
|
D | gl4cMultiBindTests.cpp | 3821 const GLchar* sampler_type = 0; in iterate() local
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySampling.cpp | 1771 samplerType sampler_type) in checkUniformAndResourceApi() 1942 void TextureCubeMapArraySamplingTest::getAttributes(samplerType sampler_type, in getAttributes() 2025 void TextureCubeMapArraySamplingTest::getColorType(samplerType sampler_type, const glw::GLchar*& ou… in getColorType() 2080 void TextureCubeMapArraySamplingTest::getColorType(samplerType sampler_type, const glw::GLchar*& ou… in getColorType() 2120 void TextureCubeMapArraySamplingTest::getPassThroughFragmentShaderCode(samplerType sampler_type, in getPassThroughFragmentShaderCode() 2160 const samplerType& sampler_type, const samplingFunction& sampling_function, in getPassThroughTesselationControlShaderCode() 2225 samplerType sampler_type, std::string& out_tesselation_evaluation_shader_code) in getPassThroughTesselationEvaluationShaderCode() 2269 … TextureCubeMapArraySamplingTest::getPassThroughVertexShaderCode(const samplerType& sampler_type, in getPassThroughVertexShaderCode() 2349 …id TextureCubeMapArraySamplingTest::getSamplingComputeShaderCode(const samplerType& sampler_type, in getSamplingComputeShaderCode() 2485 …id TextureCubeMapArraySamplingTest::getSamplingFragmentShaderCode(const samplerType& sampler_type, in getSamplingFragmentShaderCode() [all …]
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_blit.c | 133 const struct glsl_type *sampler_type = in build_nir_copy_fragment_shader() local 191 const struct glsl_type *sampler_type = in build_nir_copy_fragment_shader_depth() local 249 const struct glsl_type *sampler_type = in build_nir_copy_fragment_shader_stencil() local
|
D | radv_meta_resolve_cs.c | 72 const struct glsl_type *sampler_type = glsl_sampler_type(GLSL_SAMPLER_DIM_MS, in build_resolve_compute_shader() local 171 const struct glsl_type *sampler_type = glsl_sampler_type(GLSL_SAMPLER_DIM_MS, in build_depth_stencil_resolve_compute_shader() local
|
D | radv_meta_resolve_fs.c | 59 const struct glsl_type *sampler_type = glsl_sampler_type(GLSL_SAMPLER_DIM_MS, in build_resolve_fragment_shader() local 365 const struct glsl_type *sampler_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D, in build_depth_stencil_resolve_fragment_shader() local
|
D | radv_meta_blit2d.c | 494 const struct glsl_type *sampler_type = in build_nir_texel_fetch() local 554 const struct glsl_type *sampler_type = in build_nir_buffer_fetch() local
|
D | radv_meta_bufimage.c | 40 const struct glsl_type *sampler_type = glsl_sampler_type(dim, in build_nir_itob_compute_shader() local
|
/external/deqp/external/openglcts/modules/gles32/ |
D | es32cCopyImageTests.cpp | 181 bool IntegerTexTest::verify(glw::GLuint texture_name, glw::GLuint sampler_type) in verify()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 217 LLVMTypeRef sampler_type; in create_jit_sampler_type() local 308 LLVMTypeRef texture_type, LLVMTypeRef sampler_type, in create_jit_context_type() 372 LLVMTypeRef texture_type, LLVMTypeRef sampler_type, in create_gs_jit_context_type() 550 LLVMTypeRef texture_type, LLVMTypeRef sampler_type, in create_tcs_jit_context_type() 650 LLVMTypeRef texture_type, LLVMTypeRef sampler_type, in create_tes_jit_context_type() 712 LLVMTypeRef texture_type, sampler_type, context_type, buffer_type, in create_jit_types() local 2669 LLVMTypeRef texture_type, sampler_type, image_type, context_type; in create_gs_jit_types() local 3047 LLVMTypeRef texture_type, sampler_type, image_type, context_type; in create_tcs_jit_types() local 3696 LLVMTypeRef texture_type, sampler_type, image_type, context_type; in create_tes_jit_types() local
|
/external/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 6421 const glsl_type *sampler_type) in _textureSize() 6445 const glsl_type *sampler_type) in _textureSamples() 6461 const glsl_type *sampler_type, in _texture() 6564 const glsl_type *sampler_type) in _textureCubeArrayShadow() 6597 const glsl_type *sampler_type, in _texelFetch() 6708 const glsl_type *sampler_type, in _textureQueryLod() 6727 const glsl_type *sampler_type) in _textureQueryLevels() 6743 const glsl_type *sampler_type, in _textureSamplesIdentical()
|
/external/mesa3d/src/mesa/main/ |
D | ff_fragment_shader.cpp | 749 const glsl_type *sampler_type = NULL; in load_texture() local
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 336 BYTE sampler_type; member 2139 d3dstt_to_tgsi_tex(BYTE sampler_type) in d3dstt_to_tgsi_tex() 2152 d3dstt_to_tgsi_tex_shadow(BYTE sampler_type) in d3dstt_to_tgsi_tex_shadow() 2178 sm1_sampler_type_name(BYTE sampler_type) in sm1_sampler_type_name()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.h | 72 ubyte sampler_type[PIPE_MAX_SHADER_SAMPLER_VIEWS]; /**< TGSI_RETURN_TYPE_x */ member
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_meta_copy.c | 3349 const struct glsl_type *sampler_type = in build_nir_tex_op_read() local 3413 const struct glsl_type *sampler_type = in build_nir_tex_op_ms_resolve() local 3449 const struct glsl_type *sampler_type = in build_nir_tex_op_ms_read() local
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | instruction_test.cpp | 688 Instruction* sampler_type = context->get_def_use_mgr()->GetDef(7); in TEST_F() local
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | instruction_test.cpp | 688 Instruction* sampler_type = context->get_def_use_mgr()->GetDef(7); in TEST_F() local
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/ |
D | instruction_test.cpp | 688 Instruction* sampler_type = context->get_def_use_mgr()->GetDef(7); in TEST_F() local
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_variables.c | 2241 struct vtn_type *sampler_type = vtn_value(b, w[1], vtn_value_type_type)->type; in vtn_handle_variables() local
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 714 static bool samplertype_is_shadow(int sampler_type) in samplertype_is_shadow() 730 static uint32_t samplertype_to_req_bits(int sampler_type) in samplertype_to_req_bits() 5560 const char *vrend_shader_samplertypeconv(bool use_gles, int sampler_type) in vrend_shader_samplertypeconv()
|
/external/mesa3d/src/mesa/program/ |
D | ir_to_mesa.cpp | 1997 const glsl_type *sampler_type = ir->sampler->type; in visit() local
|
/external/mesa3d/src/panfrost/midgard/ |
D | midgard.h | 717 enum mali_sampler_type sampler_type : 2; member
|
/external/vulkan-validation-layers/layers/generated/ |
D | vk_safe_struct.cpp | 4076 …const bool sampler_type = in_struct->descriptorType == VK_DESCRIPTOR_TYPE_SAMPLER || in_struct->de… in safe_VkDescriptorSetLayoutBinding() local 4096 …const bool sampler_type = src.descriptorType == VK_DESCRIPTOR_TYPE_SAMPLER || src.descriptorType =… in safe_VkDescriptorSetLayoutBinding() local 4117 …const bool sampler_type = src.descriptorType == VK_DESCRIPTOR_TYPE_SAMPLER || src.descriptorType =… in operator =() local 4141 …const bool sampler_type = in_struct->descriptorType == VK_DESCRIPTOR_TYPE_SAMPLER || in_struct->de… in initialize() local 4157 …const bool sampler_type = src->descriptorType == VK_DESCRIPTOR_TYPE_SAMPLER || src->descriptorType… in initialize() local
|