Home
last modified time | relevance | path

Searched refs:GLSL_SAMPLER_DIM_CUBE (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/compiler/glsl/tests/
Dsampler_types_test.cpp55 T( samplerCube, GLSL_SAMPLER_DIM_CUBE, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 3)
58 T( samplerCubeArray, GLSL_SAMPLER_DIM_CUBE, GLSL_TYPE_FLOAT, ARRAY, COLOR, 4)
66 T(isamplerCube, GLSL_SAMPLER_DIM_CUBE, GLSL_TYPE_INT, NONARRAY, COLOR, 3)
69 T(isamplerCubeArray, GLSL_SAMPLER_DIM_CUBE, GLSL_TYPE_INT, ARRAY, COLOR, 4)
77 T(usamplerCube, GLSL_SAMPLER_DIM_CUBE, GLSL_TYPE_UINT, NONARRAY, COLOR, 3)
80 T(usamplerCubeArray, GLSL_SAMPLER_DIM_CUBE, GLSL_TYPE_UINT, ARRAY, COLOR, 4)
88 T(samplerCubeShadow, GLSL_SAMPLER_DIM_CUBE, GLSL_TYPE_FLOAT, NONARRAY, SHADOW, 3)
95 GLSL_SAMPLER_DIM_CUBE, GLSL_TYPE_FLOAT, ARRAY, SHADOW, 4)
/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h121 …erCube, GL_SAMPLER_CUBE, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 0, 0, GLS…
124 …erCubeArray, GL_SAMPLER_CUBE_MAP_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 0, 1, GLS…
133 …ube, GL_INT_SAMPLER_CUBE, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 0, 0, GLS…
136 …ubeArray, GL_INT_SAMPLER_CUBE_MAP_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 0, 1, GLS…
145 … GL_UNSIGNED_INT_SAMPLER_CUBE, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 0, 0, GLS…
148 … GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 0, 1, GLS…
156 …Shadow, GL_SAMPLER_CUBE_SHADOW, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 1, 0,…
159 …ArrayShadow, GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 1, 1,…
168 … GL_IMAGE_CUBE, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_CUBE, 0, 0, G…
172 …ay, GL_IMAGE_CUBE_MAP_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_CUBE, 0, 1, G…
[all …]
Dglsl_types.cpp308 case GLSL_SAMPLER_DIM_CUBE: in sampler_index()
750 case GLSL_SAMPLER_DIM_CUBE: in get_sampler_instance()
792 case GLSL_SAMPLER_DIM_CUBE: in get_sampler_instance()
822 case GLSL_SAMPLER_DIM_CUBE: in get_sampler_instance()
860 case GLSL_SAMPLER_DIM_CUBE: in get_image_instance()
891 case GLSL_SAMPLER_DIM_CUBE: in get_image_instance()
920 case GLSL_SAMPLER_DIM_CUBE: in get_image_instance()
2118 case GLSL_SAMPLER_DIM_CUBE: in coordinate_components()
2132 !(is_image() && sampler_dimensionality == GLSL_SAMPLER_DIM_CUBE)) in coordinate_components()
Dglsl_types.h107 GLSL_SAMPLER_DIM_CUBE, enumerator
/external/mesa3d/src/broadcom/compiler/
Dv3d40_tex.c175 assert(instr->sampler_dim != GLSL_SAMPLER_DIM_CUBE); in v3d40_vir_emit_tex()
177 } else if (instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE) { in v3d40_vir_emit_tex()
Dv3d33_tex.c64 case GLSL_SAMPLER_DIM_CUBE: in v3d33_vir_emit_tex()
Dnir_to_vir.c297 case GLSL_SAMPLER_DIM_CUBE: in ntq_emit_txs()
/external/mesa3d/src/compiler/nir/
Dnir_normalize_cubemap_coords.c46 if (tex->sampler_dim != GLSL_SAMPLER_DIM_CUBE) in normalize_cubemap_coords_block()
Dnir_lower_tex.c381 assert(tex->sampler_dim == GLSL_SAMPLER_DIM_CUBE); in lower_gradient_cube_map()
529 assert(tex->sampler_dim != GLSL_SAMPLER_DIM_CUBE); in lower_gradient()
810 tex->sampler_dim == GLSL_SAMPLER_DIM_CUBE && in nir_lower_tex_block()
822 tex->is_shadow && tex->sampler_dim != GLSL_SAMPLER_DIM_CUBE))) { in nir_lower_tex_block()
Dnir.h1273 case GLSL_SAMPLER_DIM_CUBE: in nir_tex_instr_dest_size()
1399 if (instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE) in nir_tex_instr_src_size()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1169 instr->sampler_dim = GLSL_SAMPLER_DIM_CUBE; in setup_texture_info()
1172 instr->sampler_dim = GLSL_SAMPLER_DIM_CUBE; in setup_texture_info()
1176 instr->sampler_dim = GLSL_SAMPLER_DIM_CUBE; in setup_texture_info()
1180 instr->sampler_dim = GLSL_SAMPLER_DIM_CUBE; in setup_texture_info()
1291 case GLSL_SAMPLER_DIM_CUBE: in ttn_tex()
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c575 instr->sampler_dim = GLSL_SAMPLER_DIM_CUBE; in ptn_tex()
597 case GLSL_SAMPLER_DIM_CUBE: in ptn_tex()
Dir_to_mesa.cpp2166 case GLSL_SAMPLER_DIM_CUBE: in visit()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c2207 txq_args.da = instr->is_array || instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE; in radv_lower_gather4_integer()
2249 if (instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE) { in radv_lower_gather4_integer()
2285 if (instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE) { in radv_lower_gather4_integer()
3436 case GLSL_SAMPLER_DIM_CUBE: in image_type_to_components_count()
3666 glsl_get_sampler_dim(type) == GLSL_SAMPLER_DIM_CUBE || in visit_image_load()
3728 glsl_get_sampler_dim(type) == GLSL_SAMPLER_DIM_CUBE || in visit_image_store()
3822 glsl_get_sampler_dim(type) == GLSL_SAMPLER_DIM_CUBE; in visit_image_atomic()
3849 glsl_get_sampler_dim(var->type) == GLSL_SAMPLER_DIM_CUBE || in visit_image_size()
3871 if (glsl_get_sampler_dim(type) == GLSL_SAMPLER_DIM_CUBE && in visit_image_size()
4743 bool da = instr->is_array || instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE; in set_tex_fetch_args()
[all …]
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c1601 case GLSL_SAMPLER_DIM_CUBE: in get_image_coords()
2227 case GLSL_SAMPLER_DIM_CUBE: in tex_info()
2405 if (tex->sampler_dim == GLSL_SAMPLER_DIM_CUBE) in emit_tex()
2519 if (tex->sampler_dim == GLSL_SAMPLER_DIM_CUBE) in emit_tex_txs()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c433 if (instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE) in ntq_emit_tex()
487 if (instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE || is_txl) { in ntq_emit_tex()
493 if (instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE) { in ntq_emit_tex()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1192 case SpvDimCube: dim = GLSL_SAMPLER_DIM_CUBE; break; in vtn_handle_type()
1966 case GLSL_SAMPLER_DIM_CUBE: in vtn_handle_texture()
/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp2450 case GLSL_SAMPLER_DIM_CUBE: { in get_type_name_for_precision_qualifier()
2513 case GLSL_SAMPLER_DIM_CUBE: { in get_type_name_for_precision_qualifier()
2568 case GLSL_SAMPLER_DIM_CUBE: { in get_type_name_for_precision_qualifier()
Dbuiltin_functions.cpp6037 if (image_type->sampler_dimensionality == GLSL_SAMPLER_DIM_CUBE && in _image_size_prototype()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4069 if (sampler_type->sampler_dimensionality == GLSL_SAMPLER_DIM_CUBE) { in visit()
4273 sampler_type->sampler_dimensionality == GLSL_SAMPLER_DIM_CUBE) { in visit()
/external/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp3838 type->sampler_dimensionality == GLSL_SAMPLER_DIM_CUBE && in nir_emit_intrinsic()