/external/mesa3d/src/compiler/ |
D | builtin_type_macros.h | 90 …erBuffer, GL_SAMPLER_BUFFER, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_BUF, 0, 0, GLS… 102 …uffer, GL_INT_SAMPLER_BUFFER, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_BUF, 0, 0, GLS… 114 … GL_UNSIGNED_INT_SAMPLER_BUFFER, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_BUF, 0, 0, GLS… 133 … GL_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, G… 144 …, GL_INT_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, G… 155 …, GL_UNSIGNED_INT_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, G…
|
D | glsl_types.cpp | 316 case GLSL_SAMPLER_DIM_BUF: in sampler_index() 632 case GLSL_SAMPLER_DIM_BUF: in get_sampler_instance() 668 case GLSL_SAMPLER_DIM_BUF: in get_sampler_instance() 698 case GLSL_SAMPLER_DIM_BUF: in get_sampler_instance() 737 case GLSL_SAMPLER_DIM_BUF: in get_image_instance() 767 case GLSL_SAMPLER_DIM_BUF: in get_image_instance() 796 case GLSL_SAMPLER_DIM_BUF: in get_image_instance() 1965 case GLSL_SAMPLER_DIM_BUF: in coordinate_components()
|
D | glsl_types.h | 81 GLSL_SAMPLER_DIM_BUF, enumerator
|
/external/mesa3d/src/compiler/glsl/tests/ |
D | sampler_types_test.cpp | 60 T( samplerBuffer, GLSL_SAMPLER_DIM_BUF, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 1) 71 T(isamplerBuffer, GLSL_SAMPLER_DIM_BUF, GLSL_TYPE_INT, NONARRAY, COLOR, 1) 82 T(usamplerBuffer, GLSL_SAMPLER_DIM_BUF, GLSL_TYPE_UINT, NONARRAY, COLOR, 1)
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_bufimage.c | 40 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_BUF, in build_nir_itob_compute_shader() 233 const struct glsl_type *buf_type = glsl_sampler_type(GLSL_SAMPLER_DIM_BUF, in build_nir_btoi_compute_shader() 288 tex->sampler_dim = GLSL_SAMPLER_DIM_BUF; in build_nir_btoi_compute_shader()
|
D | radv_meta_blit2d.c | 506 glsl_sampler_type(GLSL_SAMPLER_DIM_BUF, false, false, GLSL_TYPE_UINT); in build_nir_buffer_fetch() 525 tex->sampler_dim = GLSL_SAMPLER_DIM_BUF; in build_nir_buffer_fetch()
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 1664 instr->sampler_dim == GLSL_SAMPLER_DIM_BUF ? "llvm.SI.vs.load.input" : in build_tex_intrinsic() 2232 case GLSL_SAMPLER_DIM_BUF: in image_type_to_components_count() 2382 if (glsl_get_sampler_dim(type) == GLSL_SAMPLER_DIM_BUF) { in visit_image_load() 2442 if (glsl_get_sampler_dim(type) == GLSL_SAMPLER_DIM_BUF) { in visit_image_store() 2509 if (glsl_get_sampler_dim(type) == GLSL_SAMPLER_DIM_BUF) { in visit_image_atomic() 2575 if (glsl_get_sampler_dim(type) == GLSL_SAMPLER_DIM_BUF) in visit_image_size() 3101 if (instr->sampler_dim == GLSL_SAMPLER_DIM_BUF && op == nir_texop_txf) { in set_tex_fetch_args() 3155 if (instr->sampler_dim == GLSL_SAMPLER_DIM_BUF) in tex_fetch_ptrs() 3238 if (instr->op == nir_texop_txs && instr->sampler_dim == GLSL_SAMPLER_DIM_BUF) { in visit_tex()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1176 instr->sampler_dim = GLSL_SAMPLER_DIM_BUF; in setup_texture_info() 1333 case GLSL_SAMPLER_DIM_BUF: in ttn_tex()
|
/external/mesa3d/src/mesa/program/ |
D | prog_to_nir.c | 587 case GLSL_SAMPLER_DIM_BUF: in ptn_tex()
|
D | ir_to_mesa.cpp | 2146 case GLSL_SAMPLER_DIM_BUF: in visit()
|
/external/mesa3d/src/compiler/nir/ |
D | nir.h | 1206 case GLSL_SAMPLER_DIM_BUF: in nir_tex_instr_dest_size()
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 839 case SpvDimBuffer: dim = GLSL_SAMPLER_DIM_BUF; break; in vtn_handle_type() 1525 case GLSL_SAMPLER_DIM_BUF: in vtn_handle_texture()
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_to_hir.cpp | 2423 case GLSL_SAMPLER_DIM_BUF: { in get_type_name_for_precision_qualifier() 2485 case GLSL_SAMPLER_DIM_BUF: { in get_type_name_for_precision_qualifier() 2540 case GLSL_SAMPLER_DIM_BUF: { in get_type_name_for_precision_qualifier()
|
D | builtin_functions.cpp | 4592 case GLSL_SAMPLER_DIM_BUF: in UNOP()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_vec4_nir.cpp | 2179 if (instr->sampler_dim == GLSL_SAMPLER_DIM_BUF) in nir_emit_texture()
|
D | brw_fs_nir.cpp | 4242 if (instr->sampler_dim == GLSL_SAMPLER_DIM_BUF) in nir_emit_texture()
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_compiler_nir.c | 1359 case GLSL_SAMPLER_DIM_BUF: in tex_info()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 3722 case GLSL_SAMPLER_DIM_BUF: in visit_image_intrinsic() 4252 case GLSL_SAMPLER_DIM_BUF: in visit()
|