Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h90 …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…
Dglsl_types.cpp316 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()
Dglsl_types.h81 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.c40 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()
Dradv_meta_blit2d.c506 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/
Dac_nir_to_llvm.c1664 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/
Dtgsi_to_nir.c1176 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/
Dprog_to_nir.c587 case GLSL_SAMPLER_DIM_BUF: in ptn_tex()
Dir_to_mesa.cpp2146 case GLSL_SAMPLER_DIM_BUF: in visit()
/external/mesa3d/src/compiler/nir/
Dnir.h1206 case GLSL_SAMPLER_DIM_BUF: in nir_tex_instr_dest_size()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c839 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/
Dast_to_hir.cpp2423 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()
Dbuiltin_functions.cpp4592 case GLSL_SAMPLER_DIM_BUF: in UNOP()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_nir.cpp2179 if (instr->sampler_dim == GLSL_SAMPLER_DIM_BUF) in nir_emit_texture()
Dbrw_fs_nir.cpp4242 if (instr->sampler_dim == GLSL_SAMPLER_DIM_BUF) in nir_emit_texture()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c1359 case GLSL_SAMPLER_DIM_BUF: in tex_info()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp3722 case GLSL_SAMPLER_DIM_BUF: in visit_image_intrinsic()
4252 case GLSL_SAMPLER_DIM_BUF: in visit()