Home
last modified time | relevance | path

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

12

/external/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.cpp343 case GLSL_SAMPLER_DIM_CUBE: in sampler_index()
846 case GLSL_SAMPLER_DIM_CUBE: in get_sampler_instance()
888 case GLSL_SAMPLER_DIM_CUBE: in get_sampler_instance()
918 case GLSL_SAMPLER_DIM_CUBE: in get_sampler_instance()
958 case GLSL_SAMPLER_DIM_CUBE: in get_image_instance()
989 case GLSL_SAMPLER_DIM_CUBE: in get_image_instance()
1018 case GLSL_SAMPLER_DIM_CUBE: in get_image_instance()
1047 case GLSL_SAMPLER_DIM_CUBE: in get_image_instance()
1074 case GLSL_SAMPLER_DIM_CUBE: in get_image_instance()
2820 !(is_image() && sampler_dimensionality == GLSL_SAMPLER_DIM_CUBE)) in coordinate_components()
[all …]
Dglsl_types.h246 GLSL_SAMPLER_DIM_CUBE, enumerator
/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/broadcom/compiler/
Dv3d40_tex.c132 instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE) { in v3d40_vir_emit_tex()
284 assert(instr->sampler_dim != GLSL_SAMPLER_DIM_CUBE); in v3d40_vir_emit_tex()
286 } else if (instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE) { in v3d40_vir_emit_tex()
377 case GLSL_SAMPLER_DIM_CUBE: in v3d40_vir_emit_image_load_store()
394 if (nir_intrinsic_image_dim(instr) == GLSL_SAMPLER_DIM_CUBE || in v3d40_vir_emit_image_load_store()
Dv3d33_tex.c64 case GLSL_SAMPLER_DIM_CUBE: in v3d33_vir_emit_tex()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_tex.cpp179 tex->sampler_dim != GLSL_SAMPLER_DIM_CUBE) { in r600_nir_lower_int_tg4_impl()
262 } else if (tex->sampler_dim == GLSL_SAMPLER_DIM_CUBE) { in lower_txl_txf_array_or_cube()
298 (tex->is_array || tex->sampler_dim == GLSL_SAMPLER_DIM_CUBE)) in r600_nir_lower_txl_txf_array_or_cube_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.cpp599 if (nir_intrinsic_image_dim(intrin) == GLSL_SAMPLER_DIM_CUBE && in emit_image_size()
Dsfn_emittexinstruction.cpp46 if (ir->sampler_dim == GLSL_SAMPLER_DIM_CUBE) { in do_emit()
/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.c472 assert(tex->sampler_dim == GLSL_SAMPLER_DIM_CUBE); in lower_gradient_cube_map()
620 if (tex->sampler_dim == GLSL_SAMPLER_DIM_CUBE) { in lower_gradient()
625 assert(tex->sampler_dim != GLSL_SAMPLER_DIM_CUBE); in lower_gradient()
1140 tex->sampler_dim == GLSL_SAMPLER_DIM_CUBE) || in nir_lower_tex_block()
/external/mesa3d/src/amd/common/
Dac_shader_util.c232 case GLSL_SAMPLER_DIM_CUBE: in ac_get_sampler_dim()
/external/mesa3d/src/mesa/state_tracker/
Dst_pbo.c392 [PIPE_TEXTURE_CUBE] = GLSL_SAMPLER_DIM_CUBE, in sampler_type_for_target()
396 [PIPE_TEXTURE_CUBE_ARRAY] = GLSL_SAMPLER_DIM_CUBE, in sampler_type_for_target()
/external/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()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1201 *dim = GLSL_SAMPLER_DIM_CUBE; in get_texture_info()
1204 *dim = GLSL_SAMPLER_DIM_CUBE; in get_texture_info()
1208 *dim = GLSL_SAMPLER_DIM_CUBE; in get_texture_info()
1212 *dim = GLSL_SAMPLER_DIM_CUBE; in get_texture_info()
Dnir_to_tgsi.c1207 case GLSL_SAMPLER_DIM_CUBE: in tgsi_target_from_sampler_dim()
1870 case GLSL_SAMPLER_DIM_CUBE: in ntt_emit_texture()
/external/mesa3d/src/intel/compiler/
Dbrw_nir_lower_image_load_store.c667 if (c == 2 && dim == GLSL_SAMPLER_DIM_CUBE) { in lower_image_size_instr()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c1849 case GLSL_SAMPLER_DIM_CUBE: in midgard_tex_format()
1951 (instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE) || in emit_texop_native()
1973 if (instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE) { in emit_texop_native()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c1267 if (instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE) { in lower_gather4_integer()
1365 if (instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE) { in lower_gather4_integer()
2226 case GLSL_SAMPLER_DIM_CUBE: in image_type_to_components_count()
2739 if (dim == GLSL_SAMPLER_DIM_CUBE && is_array) { in visit_image_size()
4210 case GLSL_SAMPLER_DIM_CUBE: in visit_tex()
4240 if (instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE && args.coords[0]) { in visit_tex()
4359 else if (instr->op == nir_texop_txs && instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE && in visit_tex()
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c1426 case GLSL_SAMPLER_DIM_CUBE: in bifrost_tex_format()
1904 if (instr->sampler_dim == GLSL_SAMPLER_DIM_CUBE) { in emit_texc()
/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/mesa/program/
Dprog_to_nir.c527 instr->sampler_dim = GLSL_SAMPLER_DIM_CUBE; in ptn_tex()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c692 case GLSL_SAMPLER_DIM_CUBE: in emit_tex()

12