Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/compiler/
Dbuiltin_type_macros.h92 …erCube, GL_SAMPLER_CUBE, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 0, 0, GLS…
95 …erCubeArray, GL_SAMPLER_CUBE_MAP_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 0, 1, GLS…
104 …ube, GL_INT_SAMPLER_CUBE, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 0, 0, GLS…
107 …ubeArray, GL_INT_SAMPLER_CUBE_MAP_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 0, 1, GLS…
116 … GL_UNSIGNED_INT_SAMPLER_CUBE, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 0, 0, GLS…
119 … GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 0, 1, GLS…
128 …Shadow, GL_SAMPLER_CUBE_SHADOW, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 1, 0,…
131 …ArrayShadow, GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 1, 1,…
140 … GL_IMAGE_CUBE, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_CUBE, 0, 0, G…
144 …ay, GL_IMAGE_CUBE_MAP_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_CUBE, 0, 1, G…
[all …]
Dglsl_types.cpp346 case GLSL_SAMPLER_DIM_CUBE: in sampler_index()
854 case GLSL_SAMPLER_DIM_CUBE: in get_sampler_instance()
896 case GLSL_SAMPLER_DIM_CUBE: in get_sampler_instance()
926 case GLSL_SAMPLER_DIM_CUBE: in get_sampler_instance()
966 case GLSL_SAMPLER_DIM_CUBE: in get_image_instance()
997 case GLSL_SAMPLER_DIM_CUBE: in get_image_instance()
1026 case GLSL_SAMPLER_DIM_CUBE: in get_image_instance()
1055 case GLSL_SAMPLER_DIM_CUBE: in get_image_instance()
1082 case GLSL_SAMPLER_DIM_CUBE: in get_image_instance()
2897 !(is_image() && sampler_dimensionality == GLSL_SAMPLER_DIM_CUBE)) in coordinate_components()
[all …]
Dglsl_types.h246 GLSL_SAMPLER_DIM_CUBE, enumerator
/third_party/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)
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.h68 case GLSL_SAMPLER_DIM_CUBE: in zink_sampler_type()
89 case GLSL_SAMPLER_DIM_CUBE: in zink_image_type()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_image.c37 assert(nir_intrinsic_image_dim(intrin) == GLSL_SAMPLER_DIM_CUBE); in lower_cube_size()
78 nir_intrinsic_image_dim(intrin) == GLSL_SAMPLER_DIM_CUBE) { in lower_image_instr()
Dnir_normalize_cubemap_coords.c46 if (tex->sampler_dim != GLSL_SAMPLER_DIM_CUBE) in normalize_cubemap_coords_block()
Dnir_lower_tex.c554 assert(tex->sampler_dim == GLSL_SAMPLER_DIM_CUBE); in lower_gradient_cube_map()
702 if (tex->sampler_dim == GLSL_SAMPLER_DIM_CUBE) { in lower_gradient()
707 assert(tex->sampler_dim != GLSL_SAMPLER_DIM_CUBE); in lower_gradient()
1178 assert(tex->sampler_dim == GLSL_SAMPLER_DIM_CUBE && tex->is_array); in nir_lower_txs_cube_array()
1416 tex->sampler_dim == GLSL_SAMPLER_DIM_CUBE) || in nir_lower_tex_block()
1452 tex->sampler_dim == GLSL_SAMPLER_DIM_CUBE && tex->is_array) { in nir_lower_tex_block()
Dnir_lower_mediump.c443 tex->sampler_dim == GLSL_SAMPLER_DIM_CUBE) in nir_fold_16bit_sampler_conversions()
/third_party/mesa3d/src/broadcom/compiler/
Dv3d40_tex.c146 instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE) { in handle_tex_src()
372 assert(instr->sampler_dim != GLSL_SAMPLER_DIM_CUBE); in v3d40_vir_emit_tex()
374 } else if (instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE) { in v3d40_vir_emit_tex()
448 case GLSL_SAMPLER_DIM_CUBE: { in vir_image_emit_register_writes()
467 if (nir_intrinsic_image_dim(instr) == GLSL_SAMPLER_DIM_CUBE || in vir_image_emit_register_writes()
Dv3d33_tex.c71 case GLSL_SAMPLER_DIM_CUBE: in v3d33_vir_emit_tex()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_tex.cpp197 tex->sampler_dim != GLSL_SAMPLER_DIM_CUBE) { in r600_nir_lower_int_tg4_impl()
280 } else if (tex->sampler_dim == GLSL_SAMPLER_DIM_CUBE) { in lower_txl_txf_array_or_cube()
316 (tex->is_array || tex->sampler_dim == GLSL_SAMPLER_DIM_CUBE)) in r600_nir_lower_txl_txf_array_or_cube_impl()
342 if (tex->sampler_dim != GLSL_SAMPLER_DIM_CUBE) in r600_nir_lower_cube_to_2darray_filer()
Dsfn_nir_legalize_image_load_store.cpp72 case GLSL_SAMPLER_DIM_CUBE: in r600_legalize_image_load_store_impl()
Dsfn_shader_base.cpp98 t->sampler_dim == GLSL_SAMPLER_DIM_CUBE && in scan_instruction()
132 if (nir_intrinsic_image_dim(i) == GLSL_SAMPLER_DIM_CUBE && in scan_instruction()
Dsfn_emitssboinstruction.cpp651 if (nir_intrinsic_image_dim(intrin) == GLSL_SAMPLER_DIM_CUBE && in emit_image_size()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_lower_int_cubemap_to_array.c38 if (tex->sampler_dim != GLSL_SAMPLER_DIM_CUBE) in lower_int_cubmap_to_array_filter()
203 return glsl_get_sampler_dim(type) == GLSL_SAMPLER_DIM_CUBE ? in make_2darray_from_cubemap()
264 if (glsl_get_sampler_dim(var->type) == GLSL_SAMPLER_DIM_CUBE && in d3d12_lower_int_cubmap_to_array()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_enums.c95 case GLSL_SAMPLER_DIM_CUBE: in dxil_get_resource_kind()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_pbo.c398 [PIPE_TEXTURE_CUBE] = GLSL_SAMPLER_DIM_CUBE, in sampler_type_for_target()
402 [PIPE_TEXTURE_CUBE_ARRAY] = GLSL_SAMPLER_DIM_CUBE, in sampler_type_for_target()
/third_party/mesa3d/src/amd/common/
Dac_shader_util.c237 case GLSL_SAMPLER_DIM_CUBE: in ac_get_sampler_dim()
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dnir.c451 case GLSL_SAMPLER_DIM_CUBE: in ppir_emit_tex()
529 if (node->sampler_dim == GLSL_SAMPLER_DIM_CUBE) in ppir_emit_tex()
Dcodegen.c141 case GLSL_SAMPLER_DIM_CUBE: in ppir_codegen_encode_texld()
/third_party/mesa3d/src/mesa/program/
Dprog_to_nir.c487 return GLSL_SAMPLER_DIM_CUBE; in _mesa_texture_index_to_sampler_dim()
490 return GLSL_SAMPLER_DIM_CUBE; in _mesa_texture_index_to_sampler_dim()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1196 *dim = GLSL_SAMPLER_DIM_CUBE; in get_texture_info()
1199 *dim = GLSL_SAMPLER_DIM_CUBE; in get_texture_info()
1203 *dim = GLSL_SAMPLER_DIM_CUBE; in get_texture_info()
1207 *dim = GLSL_SAMPLER_DIM_CUBE; in get_texture_info()
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c2326 case GLSL_SAMPLER_DIM_CUBE: in bifrost_tex_format()
2623 if (instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE) { in bi_emit_texc()
2795 if (instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE) { in bi_emit_texs()
2831 case GLSL_SAMPLER_DIM_CUBE: in bi_is_simple_tex()
2848 unsigned idx_bits = instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE ? 2 : 3; in bi_is_simple_tex()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_storage_image.c668 assert(nir_intrinsic_image_dim(intrin) != GLSL_SAMPLER_DIM_CUBE); in lower_image_size_instr()

12