/third_party/mesa3d/src/compiler/ |
D | builtin_type_macros.h | 92 …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 …]
|
D | glsl_types.cpp | 346 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 …]
|
D | glsl_types.h | 246 GLSL_SAMPLER_DIM_CUBE, enumerator
|
/third_party/mesa3d/src/compiler/glsl/tests/ |
D | sampler_types_test.cpp | 55 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/ |
D | nir_to_spirv.h | 68 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/ |
D | nir_lower_image.c | 37 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()
|
D | nir_normalize_cubemap_coords.c | 46 if (tex->sampler_dim != GLSL_SAMPLER_DIM_CUBE) in normalize_cubemap_coords_block()
|
D | nir_lower_tex.c | 554 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()
|
D | nir_lower_mediump.c | 443 tex->sampler_dim == GLSL_SAMPLER_DIM_CUBE) in nir_fold_16bit_sampler_conversions()
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | v3d40_tex.c | 146 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()
|
D | v3d33_tex.c | 71 case GLSL_SAMPLER_DIM_CUBE: in v3d33_vir_emit_tex()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instruction_tex.cpp | 197 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()
|
D | sfn_nir_legalize_image_load_store.cpp | 72 case GLSL_SAMPLER_DIM_CUBE: in r600_legalize_image_load_store_impl()
|
D | sfn_shader_base.cpp | 98 t->sampler_dim == GLSL_SAMPLER_DIM_CUBE && in scan_instruction() 132 if (nir_intrinsic_image_dim(i) == GLSL_SAMPLER_DIM_CUBE && in scan_instruction()
|
D | sfn_emitssboinstruction.cpp | 651 if (nir_intrinsic_image_dim(intrin) == GLSL_SAMPLER_DIM_CUBE && in emit_image_size()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_lower_int_cubemap_to_array.c | 38 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/ |
D | dxil_enums.c | 95 case GLSL_SAMPLER_DIM_CUBE: in dxil_get_resource_kind()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_pbo.c | 398 [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/ |
D | ac_shader_util.c | 237 case GLSL_SAMPLER_DIM_CUBE: in ac_get_sampler_dim()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | nir.c | 451 case GLSL_SAMPLER_DIM_CUBE: in ppir_emit_tex() 529 if (node->sampler_dim == GLSL_SAMPLER_DIM_CUBE) in ppir_emit_tex()
|
D | codegen.c | 141 case GLSL_SAMPLER_DIM_CUBE: in ppir_codegen_encode_texld()
|
/third_party/mesa3d/src/mesa/program/ |
D | prog_to_nir.c | 487 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/ |
D | tgsi_to_nir.c | 1196 *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/ |
D | bifrost_compile.c | 2326 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/ |
D | brw_nir_lower_storage_image.c | 668 assert(nir_intrinsic_image_dim(intrin) != GLSL_SAMPLER_DIM_CUBE); in lower_image_size_instr()
|