Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/tests/
Dsampler_types_test.cpp59 T( sampler2DRect, GLSL_SAMPLER_DIM_RECT, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 2)
70 T(isampler2DRect, GLSL_SAMPLER_DIM_RECT, GLSL_TYPE_INT, NONARRAY, COLOR, 2)
81 T(usampler2DRect, GLSL_SAMPLER_DIM_RECT, GLSL_TYPE_UINT, NONARRAY, COLOR, 2)
97 GLSL_SAMPLER_DIM_RECT, GLSL_TYPE_FLOAT, NONARRAY, SHADOW, 2)
/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h125 …er2DRect, GL_SAMPLER_2D_RECT, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_RECT, 0, 0, GLS…
137 …DRect, GL_INT_SAMPLER_2D_RECT, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_RECT, 0, 0, GLS…
149 … GL_UNSIGNED_INT_SAMPLER_2D_RECT, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_RECT, 0, 0, GLS…
160 …ctShadow, GL_SAMPLER_2D_RECT_SHADOW, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_RECT, 1, 0,…
167 … GL_IMAGE_2D_RECT, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_RECT, 0, 0, G…
178 …, GL_INT_IMAGE_2D_RECT, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_RECT, 0, 0, G…
189 …, GL_UNSIGNED_INT_IMAGE_2D_RECT, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_RECT, 0, 0, G…
Dglsl_types.cpp310 case GLSL_SAMPLER_DIM_RECT: in sampler_index()
755 case GLSL_SAMPLER_DIM_RECT: in get_sampler_instance()
794 case GLSL_SAMPLER_DIM_RECT: in get_sampler_instance()
824 case GLSL_SAMPLER_DIM_RECT: in get_sampler_instance()
862 case GLSL_SAMPLER_DIM_RECT: in get_image_instance()
893 case GLSL_SAMPLER_DIM_RECT: in get_image_instance()
922 case GLSL_SAMPLER_DIM_RECT: in get_image_instance()
2111 case GLSL_SAMPLER_DIM_RECT: in coordinate_components()
Dglsl_types.h108 GLSL_SAMPLER_DIM_RECT, enumerator
/external/mesa3d/src/broadcom/compiler/
Dv3d33_tex.c55 case GLSL_SAMPLER_DIM_RECT: in v3d33_vir_emit_tex()
162 if (instr->sampler_dim == GLSL_SAMPLER_DIM_RECT) { in v3d33_vir_emit_tex()
Dv3d40_tex.c61 GLSL_SAMPLER_DIM_RECT), in v3d40_vir_emit_tex()
Dnir_to_vir.c304 case GLSL_SAMPLER_DIM_RECT: in ntq_emit_txs()
/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c153 if (tex->sampler_dim == GLSL_SAMPLER_DIM_RECT) { in lower_offset()
606 if (tex->sampler_dim == GLSL_SAMPLER_DIM_RECT) { in saturate_src()
760 (tex->sampler_dim == GLSL_SAMPLER_DIM_RECT && in nir_lower_tex_block()
765 if ((tex->sampler_dim == GLSL_SAMPLER_DIM_RECT) && options->lower_rect) { in nir_lower_tex_block()
Dnir.h1275 case GLSL_SAMPLER_DIM_RECT: in nir_tex_instr_dest_size()
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c578 instr->sampler_dim = GLSL_SAMPLER_DIM_RECT; in ptn_tex()
591 case GLSL_SAMPLER_DIM_RECT: in ptn_tex()
Dir_to_mesa.cpp2169 case GLSL_SAMPLER_DIM_RECT: in visit()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1185 instr->sampler_dim = GLSL_SAMPLER_DIM_RECT; in setup_texture_info()
1188 instr->sampler_dim = GLSL_SAMPLER_DIM_RECT; in setup_texture_info()
1285 case GLSL_SAMPLER_DIM_RECT: in ttn_tex()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c1596 case GLSL_SAMPLER_DIM_RECT: in get_image_coords()
2221 case GLSL_SAMPLER_DIM_RECT: in tex_info()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1193 case SpvDimRect: dim = GLSL_SAMPLER_DIM_RECT; break; in vtn_handle_type()
1961 case GLSL_SAMPLER_DIM_RECT: in vtn_handle_texture()
/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp2465 case GLSL_SAMPLER_DIM_RECT: { in get_type_name_for_precision_qualifier()
2527 case GLSL_SAMPLER_DIM_RECT: { in get_type_name_for_precision_qualifier()
2582 case GLSL_SAMPLER_DIM_RECT: { in get_type_name_for_precision_qualifier()
Dbuiltin_functions.cpp5052 case GLSL_SAMPLER_DIM_RECT: in UNOP()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c480 if (instr->sampler_dim == GLSL_SAMPLER_DIM_RECT) { in ntq_emit_tex()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c3438 case GLSL_SAMPLER_DIM_RECT: in image_type_to_components_count()
4812 if (instr->sampler_dim < GLSL_SAMPLER_DIM_RECT) in tex_fetch_ptrs()