/external/mesa3d/src/compiler/ |
D | builtin_type_macros.h | 97 …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)
|
D | glsl_types.cpp | 347 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 …]
|
D | glsl_types.h | 248 GLSL_SAMPLER_DIM_BUF, enumerator
|
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.h | 59 …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/ |
D | nir_opt_access.c | 75 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()
|
D | nir_gather_info.c | 788 if (glsl_get_sampler_dim(image_type) == GLSL_SAMPLER_DIM_BUF) { in nir_shader_gather_info()
|
D | nir_print.c | 892 [GLSL_SAMPLER_DIM_BUF] = "Buf", in print_intrinsic_instr()
|
/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_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()
|
D | radv_meta_blit2d.c | 555 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/ |
D | nir_to_tgsi_info.c | 269 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()
|
D | nir_to_tgsi.c | 1211 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/ |
D | aco_instruction_selection.h | 160 if (deref->type->sampler_dimensionality != GLSL_SAMPLER_DIM_BUF) { in get_buffer_resource_flags()
|
D | aco_instruction_selection.cpp | 5425 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/ |
D | st_pbo.c | 388 [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/ |
D | v3d40_tex.c | 373 case GLSL_SAMPLER_DIM_BUF: in v3d40_vir_emit_image_load_store()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_emittexinstruction.cpp | 69 } 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()
|
D | sfn_emitssboinstruction.cpp | 590 if (nir_intrinsic_image_dim(intrin) == GLSL_SAMPLER_DIM_BUF) { in emit_image_size()
|
D | sfn_shader_base.cpp | 95 if (t->sampler_dim == GLSL_SAMPLER_DIM_BUF) in scan_instruction()
|
/external/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 1405 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/ |
D | anv_nir_apply_pipeline_layout.c | 998 if (tex->sampler_dim == GLSL_SAMPLER_DIM_BUF || in lower_gen7_tex_swizzle()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_nir.cpp | 1982 if (instr->sampler_dim == GLSL_SAMPLER_DIM_BUF) in nir_emit_texture()
|
/external/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 1414 case GLSL_SAMPLER_DIM_BUF: in bifrost_tex_format()
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_to_hir.cpp | 2505 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/ |
D | midgard_compile.c | 1837 case GLSL_SAMPLER_DIM_BUF: in midgard_tex_format()
|