/external/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 | 343 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 …]
|
D | glsl_types.h | 246 GLSL_SAMPLER_DIM_CUBE, enumerator
|
/external/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)
|
/external/mesa3d/src/broadcom/compiler/ |
D | v3d40_tex.c | 132 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()
|
D | v3d33_tex.c | 64 case GLSL_SAMPLER_DIM_CUBE: in v3d33_vir_emit_tex()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instruction_tex.cpp | 179 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()
|
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 | 599 if (nir_intrinsic_image_dim(intrin) == GLSL_SAMPLER_DIM_CUBE && in emit_image_size()
|
D | sfn_emittexinstruction.cpp | 46 if (ir->sampler_dim == GLSL_SAMPLER_DIM_CUBE) { in do_emit()
|
/external/mesa3d/src/compiler/nir/ |
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 | 472 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/ |
D | ac_shader_util.c | 232 case GLSL_SAMPLER_DIM_CUBE: in ac_get_sampler_dim()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_pbo.c | 392 [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/ |
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()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1201 *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()
|
D | nir_to_tgsi.c | 1207 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/ |
D | brw_nir_lower_image_load_store.c | 667 if (c == 2 && dim == GLSL_SAMPLER_DIM_CUBE) { in lower_image_size_instr()
|
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.c | 1849 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/ |
D | ac_nir_to_llvm.c | 1267 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/ |
D | bifrost_compile.c | 1426 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/ |
D | vc4_program.c | 433 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/ |
D | prog_to_nir.c | 527 instr->sampler_dim = GLSL_SAMPLER_DIM_CUBE; in ptn_tex()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_nir.c | 692 case GLSL_SAMPLER_DIM_CUBE: in emit_tex()
|