/external/mesa3d/src/compiler/ |
D | builtin_type_macros.h | 91 …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)
|
D | glsl_types.cpp | 341 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 …]
|
D | glsl_types.h | 245 GLSL_SAMPLER_DIM_3D, enumerator
|
/external/mesa3d/src/compiler/glsl/tests/ |
D | sampler_types_test.cpp | 54 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/ |
D | radv_meta_blit.c | 134 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()
|
D | radv_meta_bufimage.c | 39 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()
|
D | radv_meta_blit2d.c | 493 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/ |
D | v3d33_tex.c | 61 case GLSL_SAMPLER_DIM_3D: in v3d33_vir_emit_tex()
|
D | v3d40_tex.c | 381 case GLSL_SAMPLER_DIM_3D: in v3d40_vir_emit_image_load_store()
|
/external/mesa3d/src/amd/common/ |
D | ac_shader_util.c | 230 case GLSL_SAMPLER_DIM_3D: in ac_get_sampler_dim()
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_nir.c | 283 tex_options.lower_txp = (1 << GLSL_SAMPLER_DIM_3D); in ir3_finalize_nir()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_tex.c | 632 case GLSL_SAMPLER_DIM_3D: in lower_gradient() 1142 tex->sampler_dim == GLSL_SAMPLER_DIM_3D))) { in nir_lower_tex_block()
|
D | nir_print.c | 889 [GLSL_SAMPLER_DIM_3D] = "3D", in print_intrinsic_instr()
|
D | nir.h | 2329 case GLSL_SAMPLER_DIM_3D: in nir_tex_instr_dest_size()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_pbo.c | 391 [PIPE_TEXTURE_3D] = GLSL_SAMPLER_DIM_3D, in sampler_type_for_target()
|
/external/mesa3d/src/mesa/program/ |
D | prog_to_nir.c | 524 instr->sampler_dim = GLSL_SAMPLER_DIM_3D; in ptn_tex()
|
D | ir_to_mesa.cpp | 2097 case GLSL_SAMPLER_DIM_3D: in visit()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 1205 case GLSL_SAMPLER_DIM_3D: in tgsi_target_from_sampler_dim() 1859 case GLSL_SAMPLER_DIM_3D: in ntt_emit_texture()
|
D | tgsi_to_nir.c | 1198 *dim = GLSL_SAMPLER_DIM_3D; in get_texture_info()
|
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 449 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/ |
D | bifrost_compile.c | 1423 case GLSL_SAMPLER_DIM_3D: in bifrost_tex_format()
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_to_hir.cpp | 2476 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/ |
D | v3dv_meta_copy.c | 3527 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/ |
D | midgard_compile.c | 1846 case GLSL_SAMPLER_DIM_3D: in midgard_tex_format()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir.c | 119 case GLSL_SAMPLER_DIM_3D: in glsl_sampler_to_pipe()
|