/external/mesa3d/src/compiler/ |
D | builtin_type_macros.h | 83 …ler2D, GL_SAMPLER_2D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 0, GL… 87 …ler2DArray, GL_SAMPLER_2D_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 1, GL… 95 …2D, GL_INT_SAMPLER_2D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 0, GL… 99 …2DArray, GL_INT_SAMPLER_2D_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 1, GL… 107 … GL_UNSIGNED_INT_SAMPLER_2D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 0, GL… 111 … GL_UNSIGNED_INT_SAMPLER_2D_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 1, GL… 119 …hadow, GL_SAMPLER_2D_SHADOW, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 1, 0… 122 …rrayShadow, GL_SAMPLER_2D_ARRAY_SHADOW, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 1, 1… 129 … GL_IMAGE_2D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_2D, 0, 0, … 135 …y, GL_IMAGE_2D_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_2D, 0, 1, … [all …]
|
D | glsl_types.cpp | 308 case GLSL_SAMPLER_DIM_2D: in sampler_index() 610 case GLSL_SAMPLER_DIM_2D: in get_sampler_instance() 656 case GLSL_SAMPLER_DIM_2D: in get_sampler_instance() 686 case GLSL_SAMPLER_DIM_2D: in get_sampler_instance() 726 case GLSL_SAMPLER_DIM_2D: in get_image_instance() 755 case GLSL_SAMPLER_DIM_2D: in get_image_instance() 784 case GLSL_SAMPLER_DIM_2D: in get_image_instance() 1968 case GLSL_SAMPLER_DIM_2D: in coordinate_components()
|
D | glsl_types.h | 77 GLSL_SAMPLER_DIM_2D, enumerator
|
/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/nir/ |
D | nir_lower_drawpixels.c | 132 tex->sampler_dim = GLSL_SAMPLER_DIM_2D; in lower_color() 160 tex->sampler_dim = GLSL_SAMPLER_DIM_2D; in lower_color() 175 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 | 199 tex->sampler_dim = GLSL_SAMPLER_DIM_2D; in lower_rect() 217 plane_tex->sampler_dim = GLSL_SAMPLER_DIM_2D; in sample_plane()
|
D | nir.h | 1209 case GLSL_SAMPLER_DIM_2D: in nir_tex_instr_dest_size()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_bufimage.c | 36 const struct glsl_type *sampler_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D, in build_nir_itob_compute_shader() 85 tex->sampler_dim = GLSL_SAMPLER_DIM_2D; in build_nir_itob_compute_shader() 237 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D, in build_nir_btoi_compute_shader() 428 const struct glsl_type *buf_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D, in build_nir_itoi_compute_shader() 432 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D, in build_nir_itoi_compute_shader() 477 tex->sampler_dim = GLSL_SAMPLER_DIM_2D; in build_nir_itoi_compute_shader() 617 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D, in build_nir_cleari_compute_shader()
|
D | radv_meta_blit.c | 721 fs_2d.nir = build_nir_copy_fragment_shader(GLSL_SAMPLER_DIM_2D); in radv_device_init_meta_blit_color() 903 fs_2d.nir = build_nir_copy_fragment_shader_depth(GLSL_SAMPLER_DIM_2D); in radv_device_init_meta_blit_depth() 1082 fs_2d.nir = build_nir_copy_fragment_shader_stencil(GLSL_SAMPLER_DIM_2D); in radv_device_init_meta_blit_stencil()
|
D | radv_meta_blit2d.c | 475 glsl_sampler_type(GLSL_SAMPLER_DIM_2D, false, false, GLSL_TYPE_UINT); in build_nir_texel_fetch() 482 tex->sampler_dim = GLSL_SAMPLER_DIM_2D; in build_nir_texel_fetch()
|
D | radv_meta_resolve_cs.c | 44 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D, in build_resolve_compute_shader()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1195 instr->sampler_dim = GLSL_SAMPLER_DIM_2D; in setup_texture_info() 1198 instr->sampler_dim = GLSL_SAMPLER_DIM_2D; in setup_texture_info() 1209 instr->sampler_dim = GLSL_SAMPLER_DIM_2D; in setup_texture_info() 1213 instr->sampler_dim = GLSL_SAMPLER_DIM_2D; in setup_texture_info() 1336 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 | 2099 if (sampler_type->sampler_dimensionality == GLSL_SAMPLER_DIM_2D && in visit() 2133 case GLSL_SAMPLER_DIM_2D: in visit()
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 835 case SpvDim2D: dim = GLSL_SAMPLER_DIM_2D; break; in vtn_handle_type() 857 assert(dim == GLSL_SAMPLER_DIM_2D); in vtn_handle_type() 1528 case GLSL_SAMPLER_DIM_2D: in vtn_handle_texture()
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_to_hir.cpp | 2386 case GLSL_SAMPLER_DIM_2D: { in get_type_name_for_precision_qualifier() 2450 case GLSL_SAMPLER_DIM_2D: { in get_type_name_for_precision_qualifier() 2505 case GLSL_SAMPLER_DIM_2D: { in get_type_name_for_precision_qualifier()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 3708 case GLSL_SAMPLER_DIM_2D: in visit_image_intrinsic() 4155 if ((sampler_type->sampler_dimensionality == GLSL_SAMPLER_DIM_2D && in visit() 4238 case GLSL_SAMPLER_DIM_2D: in visit()
|
/external/mesa3d/src/intel/blorp/ |
D | blorp_blit.c | 208 tex->sampler_dim = GLSL_SAMPLER_DIM_2D; in blorp_nir_tex()
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_compiler_nir.c | 1362 case GLSL_SAMPLER_DIM_2D: in tex_info()
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 2236 case GLSL_SAMPLER_DIM_2D: in image_type_to_components_count() 3307 case GLSL_SAMPLER_DIM_2D: in visit_tex()
|