Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/compiler/
Dbuiltin_type_macros.h97 …er2DRect, GL_SAMPLER_2D_RECT, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_RECT, 0, 0, GLS…
109 …DRect, GL_INT_SAMPLER_2D_RECT, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_RECT, 0, 0, GLS…
121 … GL_UNSIGNED_INT_SAMPLER_2D_RECT, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_RECT, 0, 0, GLS…
133 …ctShadow, GL_SAMPLER_2D_RECT_SHADOW, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_RECT, 1, 0,…
144 …re2DRect, GL_SAMPLER_2D_RECT, GLSL_TYPE_TEXTURE, GLSL_SAMPLER_DIM_RECT, 0, 0, GLS…
156 …DRect, GL_INT_SAMPLER_2D_RECT, GLSL_TYPE_TEXTURE, GLSL_SAMPLER_DIM_RECT, 0, 0, GLS…
168 … GL_UNSIGNED_INT_SAMPLER_2D_RECT, GLSL_TYPE_TEXTURE, GLSL_SAMPLER_DIM_RECT, 0, 0, GLS…
186 … GL_IMAGE_2D_RECT, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_RECT, 0, 0, G…
197 …, GL_INT_IMAGE_2D_RECT, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_RECT, 0, 0, G…
208 …, GL_UNSIGNED_INT_IMAGE_2D_RECT, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_RECT, 0, 0, G…
[all …]
Dglsl_types.cpp347 case GLSL_SAMPLER_DIM_RECT: in sampler_index()
855 case GLSL_SAMPLER_DIM_RECT: in get_sampler_instance()
894 case GLSL_SAMPLER_DIM_RECT: in get_sampler_instance()
924 case GLSL_SAMPLER_DIM_RECT: in get_sampler_instance()
964 case GLSL_SAMPLER_DIM_RECT: in get_texture_instance()
998 case GLSL_SAMPLER_DIM_RECT: in get_texture_instance()
1027 case GLSL_SAMPLER_DIM_RECT: in get_texture_instance()
1079 case GLSL_SAMPLER_DIM_RECT: in get_image_instance()
1110 case GLSL_SAMPLER_DIM_RECT: in get_image_instance()
1139 case GLSL_SAMPLER_DIM_RECT: in get_image_instance()
[all …]
Dglsl_types.h251 GLSL_SAMPLER_DIM_RECT, enumerator
/third_party/mesa3d/src/compiler/glsl/tests/
Dsampler_types_test.cpp58 T( sampler2DRect, GLSL_SAMPLER_DIM_RECT, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 2)
69 T(isampler2DRect, GLSL_SAMPLER_DIM_RECT, GLSL_TYPE_INT, NONARRAY, COLOR, 2)
80 T(usampler2DRect, GLSL_SAMPLER_DIM_RECT, GLSL_TYPE_UINT, NONARRAY, COLOR, 2)
96 GLSL_SAMPLER_DIM_RECT, GLSL_TYPE_FLOAT, NONARRAY, SHADOW, 2)
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.h70 case GLSL_SAMPLER_DIM_RECT: in zink_sampler_type()
91 case GLSL_SAMPLER_DIM_RECT: in zink_image_type()
/third_party/mesa3d/src/broadcom/compiler/
Dv3d33_tex.c62 case GLSL_SAMPLER_DIM_RECT: in v3d33_vir_emit_tex()
161 if (instr->sampler_dim == GLSL_SAMPLER_DIM_RECT) { in v3d33_vir_emit_tex()
Dv3d40_tex.c320 GLSL_SAMPLER_DIM_RECT), in v3d40_vir_emit_tex()
447 case GLSL_SAMPLER_DIM_RECT: in vir_image_emit_register_writes()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_enums.c101 case GLSL_SAMPLER_DIM_RECT: in dxil_get_resource_kind()
/third_party/mesa3d/src/gallium/drivers/lima/ir/
Dlima_nir_lower_txp.c95 case GLSL_SAMPLER_DIM_RECT: in lima_nir_lower_txp_instr()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_legalize_image_load_store.cpp72 case GLSL_SAMPLER_DIM_RECT: in r600_legalize_image_load_store_impl()
Dsfn_nir_lower_tex.cpp92 if (tex->sampler_dim != GLSL_SAMPLER_DIM_RECT) in r600_nir_lower_int_tg4_impl()
Dsfn_instr_tex.cpp1106 if (instr->sampler_dim == GLSL_SAMPLER_DIM_RECT) { in set_rect_coordinate_flags()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_blit.c46 tex->sampler_dim = GLSL_SAMPLER_DIM_RECT; in agx_build_reload_shader()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_tex.c182 if (tex->sampler_dim == GLSL_SAMPLER_DIM_RECT) { in lower_offset()
905 if (tex->sampler_dim == GLSL_SAMPLER_DIM_RECT) { in saturate_src()
1395 (tex->sampler_dim == GLSL_SAMPLER_DIM_RECT && in nir_lower_tex_block()
1402 if ((tex->sampler_dim == GLSL_SAMPLER_DIM_RECT) && options->lower_rect && in nir_lower_tex_block()
1556 tex->sampler_dim != GLSL_SAMPLER_DIM_RECT && in nir_lower_tex_block()
Dnir_print.c952 [GLSL_SAMPLER_DIM_RECT] = "Rect", in print_intrinsic_instr()
/third_party/mesa3d/src/amd/common/
Dac_shader_util.c433 case GLSL_SAMPLER_DIM_RECT: in ac_get_sampler_dim()
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_apply_pipeline_layout.c486 if (state->disable_aniso_single_level && tex->sampler_dim < GLSL_SAMPLER_DIM_RECT && in apply_layout_to_tex()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_pbo.c388 [PIPE_TEXTURE_RECT] = GLSL_SAMPLER_DIM_RECT, in st_pbo_sampler_type_for_target()
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dcodegen.c160 case GLSL_SAMPLER_DIM_RECT: in ppir_codegen_encode_texld()
Dnir.c469 case GLSL_SAMPLER_DIM_RECT: in ppir_emit_tex()
/third_party/mesa3d/src/mesa/program/
Dprog_to_nir.c494 return GLSL_SAMPLER_DIM_RECT; in _mesa_texture_index_to_sampler_dim()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c700 case GLSL_SAMPLER_DIM_RECT: in emit_tex()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1213 *dim = GLSL_SAMPLER_DIM_RECT; in get_texture_info()
1216 *dim = GLSL_SAMPLER_DIM_RECT; in get_texture_info()
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c3037 case GLSL_SAMPLER_DIM_RECT: in bifrost_tex_format()
3064 case GLSL_SAMPLER_DIM_RECT: in valhall_tex_dimension()
3809 case GLSL_SAMPLER_DIM_RECT: in bi_is_simple_tex()
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c1481 if (instr->sampler_dim == GLSL_SAMPLER_DIM_RECT) { in lower_gather4_integer()
2438 case GLSL_SAMPLER_DIM_RECT: in image_type_to_components_count()
4638 if (instr->sampler_dim < GLSL_SAMPLER_DIM_RECT) in tex_fetch_ptrs()
4939 args.unorm = instr->sampler_dim == GLSL_SAMPLER_DIM_RECT; in visit_tex()

12