/external/mesa3d/src/compiler/glsl/tests/ |
D | sampler_types_test.cpp | 53 T( sampler2D, GLSL_SAMPLER_DIM_2D, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 2) 57 T( sampler2DArray, GLSL_SAMPLER_DIM_2D, GLSL_TYPE_FLOAT, ARRAY, COLOR, 3) 64 T(isampler2D, GLSL_SAMPLER_DIM_2D, GLSL_TYPE_INT, NONARRAY, COLOR, 2) 68 T(isampler2DArray, GLSL_SAMPLER_DIM_2D, GLSL_TYPE_INT, ARRAY, COLOR, 3) 75 T(usampler2D, GLSL_SAMPLER_DIM_2D, GLSL_TYPE_UINT, NONARRAY, COLOR, 2) 79 T(usampler2DArray, GLSL_SAMPLER_DIM_2D, GLSL_TYPE_UINT, ARRAY, COLOR, 3) 87 T(sampler2DShadow, GLSL_SAMPLER_DIM_2D, GLSL_TYPE_FLOAT, NONARRAY, SHADOW, 2) 93 GLSL_SAMPLER_DIM_2D, GLSL_TYPE_FLOAT, ARRAY, SHADOW, 3)
|
/external/mesa3d/src/compiler/ |
D | builtin_type_macros.h | 119 …ler2D, GL_SAMPLER_2D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 0, GL… 123 …ler2DArray, GL_SAMPLER_2D_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 1, GL… 131 …2D, GL_INT_SAMPLER_2D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 0, GL… 135 …2DArray, GL_INT_SAMPLER_2D_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 1, GL… 143 … GL_UNSIGNED_INT_SAMPLER_2D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 0, GL… 147 … GL_UNSIGNED_INT_SAMPLER_2D_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 1, GL… 155 …hadow, GL_SAMPLER_2D_SHADOW, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 1, 0… 158 …rrayShadow, GL_SAMPLER_2D_ARRAY_SHADOW, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 1, 1… 165 … GL_IMAGE_2D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_2D, 0, 0, … 171 …y, GL_IMAGE_2D_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_2D, 0, 1, … [all …]
|
D | glsl_types.cpp | 304 case GLSL_SAMPLER_DIM_2D: in sampler_index() 740 case GLSL_SAMPLER_DIM_2D: in get_sampler_instance() 786 case GLSL_SAMPLER_DIM_2D: in get_sampler_instance() 816 case GLSL_SAMPLER_DIM_2D: in get_sampler_instance() 856 case GLSL_SAMPLER_DIM_2D: in get_image_instance() 885 case GLSL_SAMPLER_DIM_2D: in get_image_instance() 914 case GLSL_SAMPLER_DIM_2D: in get_image_instance() 2110 case GLSL_SAMPLER_DIM_2D: in coordinate_components()
|
D | glsl_types.h | 105 GLSL_SAMPLER_DIM_2D, enumerator
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_drawpixels.c | 132 tex->sampler_dim = GLSL_SAMPLER_DIM_2D; in lower_color() 162 tex->sampler_dim = GLSL_SAMPLER_DIM_2D; in lower_color() 177 tex->sampler_dim = GLSL_SAMPLER_DIM_2D; in lower_color()
|
D | nir_lower_bitmap.c | 93 tex->sampler_dim = GLSL_SAMPLER_DIM_2D; in lower_bitmap()
|
D | nir_lower_tex.c | 208 tex->sampler_dim = GLSL_SAMPLER_DIM_2D; in lower_rect() 226 plane_tex->sampler_dim = GLSL_SAMPLER_DIM_2D; in sample_plane()
|
D | nir.h | 1272 case GLSL_SAMPLER_DIM_2D: in nir_tex_instr_dest_size()
|
/external/mesa3d/src/broadcom/compiler/ |
D | v3d_nir_lower_txf_ms.c | 66 instr->sampler_dim = GLSL_SAMPLER_DIM_2D; in vc4_nir_lower_txf_ms_instr()
|
D | v3d33_tex.c | 54 case GLSL_SAMPLER_DIM_2D: in v3d33_vir_emit_tex()
|
D | nir_to_vir.c | 295 case GLSL_SAMPLER_DIM_2D: in ntq_emit_txs()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_fast_clear.c | 36 const struct glsl_type *buf_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D, in build_dcc_decompress_compute_shader() 40 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D, in build_dcc_decompress_compute_shader() 71 tex->sampler_dim = GLSL_SAMPLER_DIM_2D; in build_dcc_decompress_compute_shader()
|
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_blit.c | 718 fs_2d.nir = build_nir_copy_fragment_shader(GLSL_SAMPLER_DIM_2D); in radv_device_init_meta_blit_color() 882 fs_2d.nir = build_nir_copy_fragment_shader_depth(GLSL_SAMPLER_DIM_2D); in radv_device_init_meta_blit_depth() 1043 fs_2d.nir = build_nir_copy_fragment_shader_stencil(GLSL_SAMPLER_DIM_2D); in radv_device_init_meta_blit_stencil()
|
D | radv_meta_resolve_cs.c | 82 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D, in build_resolve_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/auxiliary/nir/ |
D | tgsi_to_nir.c | 1143 instr->sampler_dim = GLSL_SAMPLER_DIM_2D; in setup_texture_info() 1146 instr->sampler_dim = GLSL_SAMPLER_DIM_2D; in setup_texture_info() 1157 instr->sampler_dim = GLSL_SAMPLER_DIM_2D; in setup_texture_info() 1161 instr->sampler_dim = GLSL_SAMPLER_DIM_2D; in setup_texture_info() 1284 case GLSL_SAMPLER_DIM_2D: in ttn_tex()
|
/external/mesa3d/src/mesa/program/ |
D | prog_to_nir.c | 569 instr->sampler_dim = GLSL_SAMPLER_DIM_2D; in ptn_tex() 590 case GLSL_SAMPLER_DIM_2D: in ptn_tex()
|
D | ir_to_mesa.cpp | 2125 if (sampler_type->sampler_dimensionality == GLSL_SAMPLER_DIM_2D && in visit() 2159 case GLSL_SAMPLER_DIM_2D: in visit()
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 1190 case SpvDim2D: dim = GLSL_SAMPLER_DIM_2D; break; in vtn_handle_type() 1212 if (dim == GLSL_SAMPLER_DIM_2D) in vtn_handle_type() 1960 case GLSL_SAMPLER_DIM_2D: in vtn_handle_texture()
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_compiler_nir.c | 1595 case GLSL_SAMPLER_DIM_2D: in get_image_coords() 2220 case GLSL_SAMPLER_DIM_2D: in tex_info()
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_to_hir.cpp | 2435 case GLSL_SAMPLER_DIM_2D: { in get_type_name_for_precision_qualifier() 2499 case GLSL_SAMPLER_DIM_2D: { in get_type_name_for_precision_qualifier() 2554 case GLSL_SAMPLER_DIM_2D: { in get_type_name_for_precision_qualifier()
|
/external/mesa3d/src/intel/blorp/ |
D | blorp_blit.c | 217 tex->sampler_dim = GLSL_SAMPLER_DIM_2D; in blorp_nir_tex()
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 3431 case GLSL_SAMPLER_DIM_2D: in image_type_to_components_count() 4977 case GLSL_SAMPLER_DIM_2D: in visit_tex()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 4271 if ((sampler_type->sampler_dimensionality == GLSL_SAMPLER_DIM_2D && in visit()
|