Home
last modified time | relevance | path

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

12

/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h97 …erBuffer, GL_SAMPLER_BUFFER, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_BUF, 0, 0, GLS…
109 …uffer, GL_INT_SAMPLER_BUFFER, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_BUF, 0, 0, GLS…
121 … GL_UNSIGNED_INT_SAMPLER_BUFFER, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_BUF, 0, 0, GLS…
141 … GL_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, G…
152 …, GL_INT_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, G…
163 …, GL_UNSIGNED_INT_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, G…
174 …er, GL_INT_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, G…
185 …er, GL_UNSIGNED_INT_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, G…
193 DECL_TYPE(vbuffer, GL_IMAGE_BUFFER, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_VOID)
Dglsl_types.cpp347 case GLSL_SAMPLER_DIM_BUF: in sampler_index()
858 case GLSL_SAMPLER_DIM_BUF: in get_sampler_instance()
894 case GLSL_SAMPLER_DIM_BUF: in get_sampler_instance()
924 case GLSL_SAMPLER_DIM_BUF: in get_sampler_instance()
965 case GLSL_SAMPLER_DIM_BUF: in get_image_instance()
995 case GLSL_SAMPLER_DIM_BUF: in get_image_instance()
1024 case GLSL_SAMPLER_DIM_BUF: in get_image_instance()
1053 case GLSL_SAMPLER_DIM_BUF: in get_image_instance()
1080 case GLSL_SAMPLER_DIM_BUF: in get_image_instance()
1099 case GLSL_SAMPLER_DIM_BUF: in get_image_instance()
[all …]
Dglsl_types.h248 GLSL_SAMPLER_DIM_BUF, enumerator
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.h59 …if (glsl_get_sampler_dim(type) < GLSL_SAMPLER_DIM_BUF || glsl_get_sampler_dim(type) == GLSL_SAMPLE… in zink_sampler_type()
61 if (glsl_get_sampler_dim(type) == GLSL_SAMPLER_DIM_BUF) in zink_sampler_type()
/external/mesa3d/src/compiler/nir/
Dnir_opt_access.c75 GLSL_SAMPLER_DIM_BUF) in gather_intrinsic()
96 if (nir_intrinsic_image_dim(instr) == GLSL_SAMPLER_DIM_BUF) in gather_intrinsic()
214 nir_intrinsic_image_dim(instr) == GLSL_SAMPLER_DIM_BUF; in process_intrinsic()
261 glsl_get_sampler_dim(glsl_without_array(var->type)) == GLSL_SAMPLER_DIM_BUF; in process_intrinsic()
Dnir_gather_info.c788 if (glsl_get_sampler_dim(image_type) == GLSL_SAMPLER_DIM_BUF) { in nir_shader_gather_info()
Dnir_print.c892 [GLSL_SAMPLER_DIM_BUF] = "Buf", in print_intrinsic_instr()
/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_image_type(GLSL_SAMPLER_DIM_BUF, in build_nir_itob_compute_shader()
269 const struct glsl_type *buf_type = glsl_sampler_type(GLSL_SAMPLER_DIM_BUF, in build_nir_btoi_compute_shader()
328 tex->sampler_dim = GLSL_SAMPLER_DIM_BUF; in build_nir_btoi_compute_shader()
491 const struct glsl_type *buf_type = glsl_sampler_type(GLSL_SAMPLER_DIM_BUF, in build_nir_btoi_r32g32b32_compute_shader()
495 const struct glsl_type *img_type = glsl_image_type(GLSL_SAMPLER_DIM_BUF, in build_nir_btoi_r32g32b32_compute_shader()
564 tex->sampler_dim = GLSL_SAMPLER_DIM_BUF; in build_nir_btoi_r32g32b32_compute_shader()
916 const struct glsl_type *type = glsl_sampler_type(GLSL_SAMPLER_DIM_BUF, in build_nir_itoi_r32g32b32_compute_shader()
920 const struct glsl_type *img_type = glsl_image_type(GLSL_SAMPLER_DIM_BUF, in build_nir_itoi_r32g32b32_compute_shader()
992 tex->sampler_dim = GLSL_SAMPLER_DIM_BUF; in build_nir_itoi_r32g32b32_compute_shader()
1323 const struct glsl_type *img_type = glsl_image_type(GLSL_SAMPLER_DIM_BUF, in build_nir_cleari_r32g32b32_compute_shader()
Dradv_meta_blit2d.c555 glsl_sampler_type(GLSL_SAMPLER_DIM_BUF, false, false, GLSL_TYPE_UINT); in build_nir_buffer_fetch()
577 tex->sampler_dim = GLSL_SAMPLER_DIM_BUF; in build_nir_buffer_fetch()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c269 if (nir_intrinsic_image_dim(intr) == GLSL_SAMPLER_DIM_BUF) in scan_instruction()
281 if (nir_intrinsic_image_dim(intr) == GLSL_SAMPLER_DIM_BUF) in scan_instruction()
303 if (nir_intrinsic_image_dim(intr) == GLSL_SAMPLER_DIM_BUF) in scan_instruction()
Dnir_to_tgsi.c1211 case GLSL_SAMPLER_DIM_BUF: in tgsi_target_from_sampler_dim()
1885 case GLSL_SAMPLER_DIM_BUF: in ntt_emit_texture()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.h160 if (deref->type->sampler_dimensionality != GLSL_SAMPLER_DIM_BUF) { in get_buffer_resource_flags()
Daco_instruction_selection.cpp5425 if (sampler_dim == GLSL_SAMPLER_DIM_BUF) in should_declare_array()
5589 case GLSL_SAMPLER_DIM_BUF: in image_type_to_components_count()
5775 if (dim == GLSL_SAMPLER_DIM_BUF) in visit_image_load()
5792 dim == GLSL_SAMPLER_DIM_BUF ? ACO_DESC_BUFFER : ACO_DESC_IMAGE, in visit_image_load()
5795 if (dim == GLSL_SAMPLER_DIM_BUF) { in visit_image_load()
5866 if (dim == GLSL_SAMPLER_DIM_BUF) { in visit_image_store()
6010 if (dim == GLSL_SAMPLER_DIM_BUF) { in visit_image_atomic()
6091 if (glsl_get_sampler_dim(type) == GLSL_SAMPLER_DIM_BUF) { in visit_image_size()
8488 assert(instr->sampler_dim != GLSL_SAMPLER_DIM_BUF); in tex_fetch_ptrs()
8490 } else if (instr->sampler_dim == GLSL_SAMPLER_DIM_BUF) { in tex_fetch_ptrs()
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_pbo.c388 [PIPE_BUFFER] = GLSL_SAMPLER_DIM_BUF, in sampler_type_for_target()
525 glsl_image_type(GLSL_SAMPLER_DIM_BUF, false, in create_fs()
/external/mesa3d/src/broadcom/compiler/
Dv3d40_tex.c373 case GLSL_SAMPLER_DIM_BUF: in v3d40_vir_emit_image_load_store()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emittexinstruction.cpp69 } else if (ir->sampler_dim == GLSL_SAMPLER_DIM_BUF) { in do_emit()
625 if (instr->sampler_dim == GLSL_SAMPLER_DIM_BUF) { in emit_tex_txs()
Dsfn_emitssboinstruction.cpp590 if (nir_intrinsic_image_dim(intrin) == GLSL_SAMPLER_DIM_BUF) { in emit_image_size()
Dsfn_shader_base.cpp95 if (t->sampler_dim == GLSL_SAMPLER_DIM_BUF) in scan_instruction()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c1405 if (instr->sampler_dim == GLSL_SAMPLER_DIM_BUF) { in build_tex_intrinsic()
2217 case GLSL_SAMPLER_DIM_BUF: in image_type_to_components_count()
2415 if (dim == GLSL_SAMPLER_DIM_BUF) { in visit_image_load()
2505 if (dim == GLSL_SAMPLER_DIM_BUF) { in visit_image_store()
2641 if (dim == GLSL_SAMPLER_DIM_BUF) { in visit_image_atomic()
2720 if (dim == GLSL_SAMPLER_DIM_BUF) { in visit_image_size()
4019 instr->sampler_dim == GLSL_SAMPLER_DIM_BUF ? AC_DESC_BUFFER : AC_DESC_IMAGE; in tex_fetch_ptrs()
4023 assert(instr->sampler_dim != GLSL_SAMPLER_DIM_BUF); in tex_fetch_ptrs()
4120 if (instr->op == nir_texop_txs && instr->sampler_dim == GLSL_SAMPLER_DIM_BUF) { in visit_tex()
4330 if (instr->sampler_dim != GLSL_SAMPLER_DIM_BUF) { in visit_tex()
/external/mesa3d/src/intel/vulkan/
Danv_nir_apply_pipeline_layout.c998 if (tex->sampler_dim == GLSL_SAMPLER_DIM_BUF || in lower_gen7_tex_swizzle()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp1982 if (instr->sampler_dim == GLSL_SAMPLER_DIM_BUF) in nir_emit_texture()
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c1414 case GLSL_SAMPLER_DIM_BUF: in bifrost_tex_format()
/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp2505 case GLSL_SAMPLER_DIM_BUF: { in get_type_name_for_precision_qualifier()
2567 case GLSL_SAMPLER_DIM_BUF: { in get_type_name_for_precision_qualifier()
2622 case GLSL_SAMPLER_DIM_BUF: { in get_type_name_for_precision_qualifier()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c1837 case GLSL_SAMPLER_DIM_BUF: in midgard_tex_format()

12