Home
last modified time | relevance | path

Searched refs:GLSL_SAMPLER_DIM_BUF (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h126 …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…
Dglsl_types.cpp312 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()
Dglsl_types.h109 GLSL_SAMPLER_DIM_BUF, enumerator
/external/mesa3d/src/compiler/glsl/tests/
Dsampler_types_test.cpp60 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/
Dradv_meta_bufimage.c44 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()
Dradv_meta_blit2d.c479 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/
Dac_nir_to_llvm.c2310 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/
Dtgsi_to_nir.c1124 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/
Dprog_to_nir.c587 case GLSL_SAMPLER_DIM_BUF: in ptn_tex()
Dir_to_mesa.cpp2172 case GLSL_SAMPLER_DIM_BUF: in visit()
/external/mesa3d/src/compiler/nir/
Dnir.h1269 case GLSL_SAMPLER_DIM_BUF: in nir_tex_instr_dest_size()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c1592 case GLSL_SAMPLER_DIM_BUF: in get_image_coords()
2217 case GLSL_SAMPLER_DIM_BUF: in tex_info()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1194 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/
Dast_to_hir.cpp2472 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()
Dbuiltin_functions.cpp5053 case GLSL_SAMPLER_DIM_BUF: in UNOP()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp2070 if (instr->sampler_dim == GLSL_SAMPLER_DIM_BUF) in nir_emit_texture()
Dbrw_fs_nir.cpp4562 if (instr->sampler_dim == GLSL_SAMPLER_DIM_BUF) in nir_emit_texture()