/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_range_analysis.c | 102 uint8_t swizzle[NIR_MAX_VEC_COMPONENTS] = { 0, 1, 2, 3, in analyze_constant() local [all...] |
/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | load_store_vectorizer_tests.cpp | 110 nir_load_store_vectorize_test::swizzle(nir_alu_instr *instr, int src) in swizzle() function in __anon7314::nir_load_store_vectorize_test 112 std::string swizzle; in swizzle() local 342 test_alu_def( nir_instr *instr, unsigned index, nir_ssa_def *def, unsigned swizzle) test_alu_def() argument [all...] |
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | test_optimizer.cpp | 1667 static void vop3p_constant(unsigned *idx, aco_opcode op, const char *swizzle, uint32_t val) in vop3p_constant() argument [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_lower_packed_varyings.c | 431 nir_ssa_def *swizzle = nir_swizzle(&state->b, value, &swiz_x, 1); in bitwise_assign_pack() local 867 nir_ssa_def *swizzle = in lower_varying() local
|
H A D | ir_builder.cpp | 74 swizzle(operand a, int swizzle, int components) in swizzle() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm_tess.c | 189 static LLVMValueRef lshs_lds_load(struct si_shader_context *ctx, LLVMTypeRef type, unsigned swizzle, in lshs_lds_load() argument
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader_fs.cpp | 465 RegisterVec4::Swizzle swizzle; in emit_export_pixel() local
|
H A D | sfn_instr_tex.cpp | 444 auto swizzle = src.swizzle_from_ncomps(tex->coord_components); in emit_tex_txf() local 687 auto swizzle = src.swizzle_from_ncomps(tex->coord_components); in emit_tex_txd() local 850 RegisterVec4::Swizzle swizzle = {4,4,4,4}; emit_tex_tg4() local 1061 auto swizzle = src.swizzle_from_ncomps(tex->coord_components); emit_tex_lod() local [all...] |
H A D | sfn_instr_mem.cpp | 685 RegisterVec4::Swizzle swizzle = {0,1,2,3}; in emit_image_store() local 723 RegisterVec4::Swizzle swizzle = {0,1,2,3}; in emit_image_load_or_atomic() local
|
/third_party/mesa3d/src/intel/isl/ |
H A D | isl_tiled_memcpy.c | 272 uint32_t swizzle = ((yo >> 3) ^ (yo >> 4)) & swizzle_bit; in linear_to_xtiled() local 333 uint32_t swizzle = swizzle1; in linear_to_ytiled() local 354 uint32_t swizzle = swizzle1; linear_to_ytiled() local 388 uint32_t swizzle = swizzle1; linear_to_ytiled() local 436 uint32_t swizzle = ((yo >> 3) ^ (yo >> 4)) & swizzle_bit; xtiled_to_linear() local 497 uint32_t swizzle = swizzle1; ytiled_to_linear() local 518 uint32_t swizzle = swizzle1; ytiled_to_linear() local 552 uint32_t swizzle = swizzle1; ytiled_to_linear() local [all...] |
/third_party/mesa3d/src/intel/tools/ |
H A D | i965_gram.y | 2152 swizzle: label
|
/third_party/mesa3d/src/mesa/main/ |
H A D | texparam.c | 199 set_swizzle_component(GLushort *swizzle, GLuint comp, GLuint swz) in set_swizzle_component() argument
|
H A D | formats.c | 241 uint8_t swizzle[4]; in get_base_format_for_array_format() local 402 uint8_t swizzle[4]; _mesa_array_format_flip_channels() local [all...] |
H A D | glformats.c | 3637 set_swizzle(uint8_t *swizzle, int x, int y, int z, int w) in set_swizzle() argument 3646 get_swizzle_from_gl_format(GLenum format, uint8_t *swizzle) in get_swizzle_from_gl_format() argument 3760 uint8_t swizzle[4]; _mesa_format_from_format_and_type() local [all...] |
/third_party/mesa3d/src/mesa/program/ |
H A D | prog_to_nir.c | 220 int swizzle = GET_SWZ(prog_src->Swizzle, i); in ptn_get_src() local
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_fpc.h | 130 swizzle(int reg, uint32_t x, uint32_t y, uint32_t z, uint32_t w) in swizzle() function
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | nir.c | 108 int swizzle = ps->swizzle[u_bit_scan(&mask)]; in ppir_node_add_src() local
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_soa.c | 88 enum pipe_swizzle swizzle; in lp_build_format_swizzle_soa() local 112 enum pipe_swizzle swizzle = format_desc->swizzle[chan]; in lp_build_format_swizzle_soa() local 802 enum pipe_swizzle swizzle = format_desc->swizzle[chan]; lp_build_fetch_rgba_soa() local [all...] |
/third_party/mesa3d/src/util/format/ |
H A D | u_format.c | 543 enum pipe_swizzle swizzle = dst_desc->swizzle[chan]; util_is_format_compatible() local [all...] |
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_cs.c | 390 unsigned char swizzle[4] = { in pan_rt_init_format() local 858 unsigned char swizzle[4]; in pan_emit_fbd() local [all...] |
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | helpers.h | 348 mir_is_simple_swizzle(unsigned *swizzle, unsigned mask) in mir_is_simple_swizzle() argument
|
/third_party/mesa3d/src/gallium/auxiliary/translate/ |
H A D | translate_sse.c | 485 unsigned swizzle[4] = in translate_attr_convert() local [all...] |
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_context.cpp | 791 component_mapping(enum pipe_swizzle swizzle, D3D12_SHADER_COMPONENT_MAPPING id) in component_mapping() argument 942 pipe_swizzle swizzle[4] = { in d3d12_create_sampler_view() local [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | ir2_private.h | 52 uint8_t swizzle; member 229 ir2_src(uint16_t num, uint8_t swizzle, enum ir2_src_type type) in ir2_src() argument
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_emit.h | 46 int swizzle; member
|