Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h89 …er2DRect, GL_SAMPLER_2D_RECT, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_RECT, 0, 0, GLS…
101 …DRect, GL_INT_SAMPLER_2D_RECT, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_RECT, 0, 0, GLS…
113 … GL_UNSIGNED_INT_SAMPLER_2D_RECT, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_RECT, 0, 0, GLS…
124 …ctShadow, GL_SAMPLER_2D_RECT_SHADOW, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_RECT, 1, 0,…
131 … GL_IMAGE_2D_RECT, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_RECT, 0, 0, G…
142 …, GL_INT_IMAGE_2D_RECT, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_RECT, 0, 0, G…
153 …, GL_UNSIGNED_INT_IMAGE_2D_RECT, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_RECT, 0, 0, G…
Dglsl_types.cpp314 case GLSL_SAMPLER_DIM_RECT: in sampler_index()
625 case GLSL_SAMPLER_DIM_RECT: in get_sampler_instance()
664 case GLSL_SAMPLER_DIM_RECT: in get_sampler_instance()
694 case GLSL_SAMPLER_DIM_RECT: in get_sampler_instance()
732 case GLSL_SAMPLER_DIM_RECT: in get_image_instance()
763 case GLSL_SAMPLER_DIM_RECT: in get_image_instance()
792 case GLSL_SAMPLER_DIM_RECT: in get_image_instance()
1969 case GLSL_SAMPLER_DIM_RECT: in coordinate_components()
Dglsl_types.h80 GLSL_SAMPLER_DIM_RECT, enumerator
/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/nir/
Dnir_lower_tex.c123 assert(tex->sampler_dim == GLSL_SAMPLER_DIM_RECT); in lower_offset()
584 if (tex->sampler_dim == GLSL_SAMPLER_DIM_RECT) { in saturate_src()
737 (tex->sampler_dim == GLSL_SAMPLER_DIM_RECT && in nir_lower_tex_block()
742 if ((tex->sampler_dim == GLSL_SAMPLER_DIM_RECT) && options->lower_rect) { in nir_lower_tex_block()
Dnir.h1212 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.cpp2143 case GLSL_SAMPLER_DIM_RECT: in visit()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1237 instr->sampler_dim = GLSL_SAMPLER_DIM_RECT; in setup_texture_info()
1240 instr->sampler_dim = GLSL_SAMPLER_DIM_RECT; in setup_texture_info()
1337 case GLSL_SAMPLER_DIM_RECT: in ttn_tex()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c838 case SpvDimRect: dim = GLSL_SAMPLER_DIM_RECT; break; in vtn_handle_type()
1529 case GLSL_SAMPLER_DIM_RECT: in vtn_handle_texture()
/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp2416 case GLSL_SAMPLER_DIM_RECT: { in get_type_name_for_precision_qualifier()
2478 case GLSL_SAMPLER_DIM_RECT: { in get_type_name_for_precision_qualifier()
2533 case GLSL_SAMPLER_DIM_RECT: { in get_type_name_for_precision_qualifier()
Dbuiltin_functions.cpp4591 case GLSL_SAMPLER_DIM_RECT: in UNOP()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c1363 case GLSL_SAMPLER_DIM_RECT: in tex_info()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c2243 case GLSL_SAMPLER_DIM_RECT: in image_type_to_components_count()
3164 if (instr->sampler_dim < GLSL_SAMPLER_DIM_RECT) in tex_fetch_ptrs()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c474 if (instr->sampler_dim == GLSL_SAMPLER_DIM_RECT) { in ntq_emit_tex()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp3719 case GLSL_SAMPLER_DIM_RECT: in visit_image_intrinsic()
4249 case GLSL_SAMPLER_DIM_RECT: in visit()