Home
last modified time | relevance | path

Searched refs:GLSL_SAMPLER_DIM_3D (Results 1 – 25 of 31) sorted by relevance

12

/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h91 …ler3D, GL_SAMPLER_3D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_3D, 0, 0, GL…
103 …3D, GL_INT_SAMPLER_3D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_3D, 0, 0, GL…
115 … GL_UNSIGNED_INT_SAMPLER_3D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_3D, 0, 0, GL…
138 … GL_IMAGE_3D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_3D, 0, 0, …
149 … GL_INT_IMAGE_3D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_3D, 0, 0, …
160 … GL_UNSIGNED_INT_IMAGE_3D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_3D, 0, 0, …
171 … GL_INT_IMAGE_3D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_3D, 0, 0, …
182 … GL_UNSIGNED_INT_IMAGE_3D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_3D, 0, 0, …
196 DECL_TYPE(vimage3D, GL_IMAGE_3D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_3D, 0, 0, GLSL_TYPE_VOID)
Dglsl_types.cpp341 case GLSL_SAMPLER_DIM_3D: in sampler_index()
841 case GLSL_SAMPLER_DIM_3D: in get_sampler_instance()
884 case GLSL_SAMPLER_DIM_3D: in get_sampler_instance()
914 case GLSL_SAMPLER_DIM_3D: in get_sampler_instance()
956 case GLSL_SAMPLER_DIM_3D: in get_image_instance()
985 case GLSL_SAMPLER_DIM_3D: in get_image_instance()
1014 case GLSL_SAMPLER_DIM_3D: in get_image_instance()
1043 case GLSL_SAMPLER_DIM_3D: in get_image_instance()
1070 case GLSL_SAMPLER_DIM_3D: in get_image_instance()
1097 case GLSL_SAMPLER_DIM_3D: in get_image_instance()
[all …]
Dglsl_types.h245 GLSL_SAMPLER_DIM_3D, enumerator
/external/mesa3d/src/compiler/glsl/tests/
Dsampler_types_test.cpp54 T( sampler3D, GLSL_SAMPLER_DIM_3D, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 3)
65 T(isampler3D, GLSL_SAMPLER_DIM_3D, GLSL_TYPE_INT, NONARRAY, COLOR, 3)
76 T(usampler3D, GLSL_SAMPLER_DIM_3D, GLSL_TYPE_UINT, NONARRAY, COLOR, 3)
/external/mesa3d/src/amd/vulkan/
Dradv_meta_blit.c134 glsl_sampler_type(tex_dim, false, tex_dim != GLSL_SAMPLER_DIM_3D, in build_nir_copy_fragment_shader()
192 glsl_sampler_type(tex_dim, false, tex_dim != GLSL_SAMPLER_DIM_3D, in build_nir_copy_fragment_shader_depth()
250 glsl_sampler_type(tex_dim, false, tex_dim != GLSL_SAMPLER_DIM_3D, in build_nir_copy_fragment_shader_stencil()
291 return GLSL_SAMPLER_DIM_3D; in translate_sampler_dim()
1056 …result = build_pipeline(device, VK_IMAGE_ASPECT_COLOR_BIT, GLSL_SAMPLER_DIM_3D, key, &device->meta… in radv_device_init_meta_blit_color()
1136 …result = build_pipeline(device, VK_IMAGE_ASPECT_DEPTH_BIT, GLSL_SAMPLER_DIM_3D, 0, &device->meta_s… in radv_device_init_meta_blit_depth()
1214 …result = build_pipeline(device, VK_IMAGE_ASPECT_STENCIL_BIT, GLSL_SAMPLER_DIM_3D, 0, &device->meta… in radv_device_init_meta_blit_stencil()
Dradv_meta_bufimage.c39 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D : GLSL_SAMPLER_DIM_2D; in build_nir_itob_compute_shader()
268 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D : GLSL_SAMPLER_DIM_2D; in build_nir_btoi_compute_shader()
698 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D : GLSL_SAMPLER_DIM_2D; in build_nir_itoi_compute_shader()
1130 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D : GLSL_SAMPLER_DIM_2D; in build_nir_cleari_compute_shader()
Dradv_meta_blit2d.c493 is_3d ? GLSL_SAMPLER_DIM_3D : is_multisampled ? GLSL_SAMPLER_DIM_MS : GLSL_SAMPLER_DIM_2D; in build_nir_texel_fetch()
/external/mesa3d/src/broadcom/compiler/
Dv3d33_tex.c61 case GLSL_SAMPLER_DIM_3D: in v3d33_vir_emit_tex()
Dv3d40_tex.c381 case GLSL_SAMPLER_DIM_3D: in v3d40_vir_emit_image_load_store()
/external/mesa3d/src/amd/common/
Dac_shader_util.c230 case GLSL_SAMPLER_DIM_3D: in ac_get_sampler_dim()
/external/mesa3d/src/freedreno/ir3/
Dir3_nir.c283 tex_options.lower_txp = (1 << GLSL_SAMPLER_DIM_3D); in ir3_finalize_nir()
/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c632 case GLSL_SAMPLER_DIM_3D: in lower_gradient()
1142 tex->sampler_dim == GLSL_SAMPLER_DIM_3D))) { in nir_lower_tex_block()
Dnir_print.c889 [GLSL_SAMPLER_DIM_3D] = "3D", in print_intrinsic_instr()
Dnir.h2329 case GLSL_SAMPLER_DIM_3D: in nir_tex_instr_dest_size()
/external/mesa3d/src/mesa/state_tracker/
Dst_pbo.c391 [PIPE_TEXTURE_3D] = GLSL_SAMPLER_DIM_3D, in sampler_type_for_target()
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c524 instr->sampler_dim = GLSL_SAMPLER_DIM_3D; in ptn_tex()
Dir_to_mesa.cpp2097 case GLSL_SAMPLER_DIM_3D: in visit()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1205 case GLSL_SAMPLER_DIM_3D: in tgsi_target_from_sampler_dim()
1859 case GLSL_SAMPLER_DIM_3D: in ntt_emit_texture()
Dtgsi_to_nir.c1198 *dim = GLSL_SAMPLER_DIM_3D; in get_texture_info()
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c449 case GLSL_SAMPLER_DIM_3D: in type_to_dim()
1829 tex->sampler_dim == GLSL_SAMPLER_DIM_3D || in tex_instr_is_lod_allowed()
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c1423 case GLSL_SAMPLER_DIM_3D: in bifrost_tex_format()
/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp2476 case GLSL_SAMPLER_DIM_3D: { in get_type_name_for_precision_qualifier()
2539 case GLSL_SAMPLER_DIM_3D: { in get_type_name_for_precision_qualifier()
2594 case GLSL_SAMPLER_DIM_3D: { in get_type_name_for_precision_qualifier()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_copy.c3527 case GLSL_SAMPLER_DIM_3D: return 0x7; in get_channel_mask_for_sampler_dim()
3741 case VK_IMAGE_TYPE_3D: return GLSL_SAMPLER_DIM_3D; in get_sampler_dim()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c1846 case GLSL_SAMPLER_DIM_3D: in midgard_tex_format()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c119 case GLSL_SAMPLER_DIM_3D: in glsl_sampler_to_pipe()

12