/external/mesa3d/src/compiler/ |
D | builtin_type_macros.h | 120 …ler3D, GL_SAMPLER_3D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_3D, 0, 0, GL… 132 …3D, GL_INT_SAMPLER_3D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_3D, 0, 0, GL… 144 … GL_UNSIGNED_INT_SAMPLER_3D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_3D, 0, 0, GL… 166 … GL_IMAGE_3D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_3D, 0, 0, … 177 … GL_INT_IMAGE_3D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_3D, 0, 0, … 188 … GL_UNSIGNED_INT_IMAGE_3D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_3D, 0, 0, …
|
D | glsl_types.cpp | 306 case GLSL_SAMPLER_DIM_3D: in sampler_index() 745 case GLSL_SAMPLER_DIM_3D: in get_sampler_instance() 788 case GLSL_SAMPLER_DIM_3D: in get_sampler_instance() 818 case GLSL_SAMPLER_DIM_3D: in get_sampler_instance() 858 case GLSL_SAMPLER_DIM_3D: in get_image_instance() 887 case GLSL_SAMPLER_DIM_3D: in get_image_instance() 916 case GLSL_SAMPLER_DIM_3D: in get_image_instance() 2117 case GLSL_SAMPLER_DIM_3D: in coordinate_components()
|
D | glsl_types.h | 106 GLSL_SAMPLER_DIM_3D, enumerator
|
/external/mesa3d/src/compiler/glsl/tests/ |
D | sampler_types_test.cpp | 54 T( sampler3D, GLSL_SAMPLER_DIM_3D, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 3) 65 T(isampler3D, GLSL_SAMPLER_DIM_3D, GLSL_TYPE_INT, NONARRAY, COLOR, 3) 76 T(usampler3D, GLSL_SAMPLER_DIM_3D, GLSL_TYPE_UINT, NONARRAY, COLOR, 3)
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_blit.c | 127 glsl_sampler_type(tex_dim, false, tex_dim != GLSL_SAMPLER_DIM_3D, in build_nir_copy_fragment_shader() 181 glsl_sampler_type(tex_dim, false, tex_dim != GLSL_SAMPLER_DIM_3D, in build_nir_copy_fragment_shader_depth() 235 glsl_sampler_type(tex_dim, false, tex_dim != GLSL_SAMPLER_DIM_3D, in build_nir_copy_fragment_shader_stencil() 719 fs_3d.nir = build_nir_copy_fragment_shader(GLSL_SAMPLER_DIM_3D); in radv_device_init_meta_blit_color() 883 fs_3d.nir = build_nir_copy_fragment_shader_depth(GLSL_SAMPLER_DIM_3D); in radv_device_init_meta_blit_depth() 1044 fs_3d.nir = build_nir_copy_fragment_shader_stencil(GLSL_SAMPLER_DIM_3D); in radv_device_init_meta_blit_stencil()
|
D | radv_meta_bufimage.c | 39 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D : GLSL_SAMPLER_DIM_2D; in build_nir_itob_compute_shader() 265 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D : GLSL_SAMPLER_DIM_2D; in build_nir_btoi_compute_shader() 485 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D : GLSL_SAMPLER_DIM_2D; in build_nir_itoi_compute_shader() 701 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D : GLSL_SAMPLER_DIM_2D; in build_nir_cleari_compute_shader()
|
D | radv_meta_blit2d.c | 430 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D : GLSL_SAMPLER_DIM_2D; in build_nir_texel_fetch()
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_nir.c | 138 tex_options.lower_txp = (1 << GLSL_SAMPLER_DIM_3D); in ir3_optimize_nir()
|
D | ir3_compiler_nir.c | 1600 case GLSL_SAMPLER_DIM_3D: in get_image_coords() 2226 case GLSL_SAMPLER_DIM_3D: in tex_info()
|
/external/mesa3d/src/broadcom/compiler/ |
D | v3d33_tex.c | 61 case GLSL_SAMPLER_DIM_3D: in v3d33_vir_emit_tex()
|
D | nir_to_vir.c | 296 case GLSL_SAMPLER_DIM_3D: in ntq_emit_txs()
|
/external/mesa3d/src/mesa/program/ |
D | prog_to_nir.c | 572 instr->sampler_dim = GLSL_SAMPLER_DIM_3D; in ptn_tex() 596 case GLSL_SAMPLER_DIM_3D: in ptn_tex()
|
D | ir_to_mesa.cpp | 2163 case GLSL_SAMPLER_DIM_3D: in visit()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1166 instr->sampler_dim = GLSL_SAMPLER_DIM_3D; in setup_texture_info() 1290 case GLSL_SAMPLER_DIM_3D: in ttn_tex()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_tex.c | 536 case GLSL_SAMPLER_DIM_3D: in lower_gradient()
|
D | nir.h | 1280 case GLSL_SAMPLER_DIM_3D: in nir_tex_instr_dest_size()
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 3435 case GLSL_SAMPLER_DIM_3D: in image_type_to_components_count() 3667 glsl_get_sampler_dim(type) == GLSL_SAMPLER_DIM_3D || in visit_image_load() 3729 glsl_get_sampler_dim(type) == GLSL_SAMPLER_DIM_3D; in visit_image_store() 3850 glsl_get_sampler_dim(var->type) == GLSL_SAMPLER_DIM_3D; in visit_image_size() 4971 case GLSL_SAMPLER_DIM_3D: in visit_tex() 5033 if (instr->sampler_dim != GLSL_SAMPLER_DIM_3D && in visit_tex()
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 1191 case SpvDim3D: dim = GLSL_SAMPLER_DIM_3D; break; in vtn_handle_type() 1965 case GLSL_SAMPLER_DIM_3D: in vtn_handle_texture()
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_to_hir.cpp | 2443 case GLSL_SAMPLER_DIM_3D: { in get_type_name_for_precision_qualifier() 2506 case GLSL_SAMPLER_DIM_3D: { in get_type_name_for_precision_qualifier() 2561 case GLSL_SAMPLER_DIM_3D: { in get_type_name_for_precision_qualifier()
|
/external/mesa3d/src/intel/blorp/ |
D | blorp_blit.c | 233 tex->sampler_dim = GLSL_SAMPLER_DIM_3D; in blorp_nir_txf()
|