/external/mesa3d/src/compiler/ |
D | builtin_type_macros.h | 126 …erBuffer, GL_SAMPLER_BUFFER, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_BUF, 0, 0, GLS… 138 …uffer, GL_INT_SAMPLER_BUFFER, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_BUF, 0, 0, GLS… 150 … GL_UNSIGNED_INT_SAMPLER_BUFFER, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_BUF, 0, 0, GLS… 169 … GL_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, G… 180 …, GL_INT_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, G… 191 …, GL_UNSIGNED_INT_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, G…
|
D | glsl_types.cpp | 312 case GLSL_SAMPLER_DIM_BUF: in sampler_index() 762 case GLSL_SAMPLER_DIM_BUF: in get_sampler_instance() 798 case GLSL_SAMPLER_DIM_BUF: in get_sampler_instance() 828 case GLSL_SAMPLER_DIM_BUF: in get_sampler_instance() 867 case GLSL_SAMPLER_DIM_BUF: in get_image_instance() 897 case GLSL_SAMPLER_DIM_BUF: in get_image_instance() 926 case GLSL_SAMPLER_DIM_BUF: in get_image_instance() 2107 case GLSL_SAMPLER_DIM_BUF: in coordinate_components()
|
D | glsl_types.h | 109 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 | 44 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_BUF, in build_nir_itob_compute_shader() 266 const struct glsl_type *buf_type = glsl_sampler_type(GLSL_SAMPLER_DIM_BUF, in build_nir_btoi_compute_shader() 325 tex->sampler_dim = GLSL_SAMPLER_DIM_BUF; in build_nir_btoi_compute_shader()
|
D | radv_meta_blit2d.c | 479 glsl_sampler_type(GLSL_SAMPLER_DIM_BUF, false, false, GLSL_TYPE_UINT); in build_nir_buffer_fetch() 500 tex->sampler_dim = GLSL_SAMPLER_DIM_BUF; in build_nir_buffer_fetch()
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 2310 if (instr->sampler_dim == GLSL_SAMPLER_DIM_BUF) { in build_tex_intrinsic() 3427 case GLSL_SAMPLER_DIM_BUF: in image_type_to_components_count() 3652 if (glsl_get_sampler_dim(type) == GLSL_SAMPLER_DIM_BUF) { in visit_image_load() 3714 if (glsl_get_sampler_dim(type) == GLSL_SAMPLER_DIM_BUF) { in visit_image_store() 3809 if (glsl_get_sampler_dim(type) == GLSL_SAMPLER_DIM_BUF) { in visit_image_atomic() 3854 if (glsl_get_sampler_dim(type) == GLSL_SAMPLER_DIM_BUF) in visit_image_size() 4759 if (instr->sampler_dim == GLSL_SAMPLER_DIM_BUF && op == nir_texop_txf) { in set_tex_fetch_args() 4803 if (instr->sampler_dim == GLSL_SAMPLER_DIM_BUF) in tex_fetch_ptrs() 4892 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 | 1124 instr->sampler_dim = GLSL_SAMPLER_DIM_BUF; in setup_texture_info() 1281 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 | 2172 case GLSL_SAMPLER_DIM_BUF: in visit()
|
/external/mesa3d/src/compiler/nir/ |
D | nir.h | 1269 case GLSL_SAMPLER_DIM_BUF: in nir_tex_instr_dest_size()
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_compiler_nir.c | 1592 case GLSL_SAMPLER_DIM_BUF: in get_image_coords() 2217 case GLSL_SAMPLER_DIM_BUF: in tex_info()
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 1194 case SpvDimBuffer: dim = GLSL_SAMPLER_DIM_BUF; break; in vtn_handle_type() 1957 case GLSL_SAMPLER_DIM_BUF: in vtn_handle_texture()
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_to_hir.cpp | 2472 case GLSL_SAMPLER_DIM_BUF: { in get_type_name_for_precision_qualifier() 2534 case GLSL_SAMPLER_DIM_BUF: { in get_type_name_for_precision_qualifier() 2589 case GLSL_SAMPLER_DIM_BUF: { in get_type_name_for_precision_qualifier()
|
D | builtin_functions.cpp | 5053 case GLSL_SAMPLER_DIM_BUF: in UNOP()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_nir.cpp | 2070 if (instr->sampler_dim == GLSL_SAMPLER_DIM_BUF) in nir_emit_texture()
|
D | brw_fs_nir.cpp | 4562 if (instr->sampler_dim == GLSL_SAMPLER_DIM_BUF) in nir_emit_texture()
|