Home
last modified time | relevance | path

Searched defs:swizzle (Results 151 - 175 of 316) sorted by relevance

12345678910>>...13

/third_party/mesa3d/src/compiler/nir/
H A Dnir_range_analysis.c102 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 Dload_store_vectorizer_tests.cpp110 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 Dtest_optimizer.cpp1667 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 Dgl_nir_lower_packed_varyings.c431 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 Dir_builder.cpp74 swizzle(operand a, int swizzle, int components) in swizzle() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_tess.c189 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 Dsfn_shader_fs.cpp465 RegisterVec4::Swizzle swizzle; in emit_export_pixel() local
H A Dsfn_instr_tex.cpp444 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 Dsfn_instr_mem.cpp685 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 Disl_tiled_memcpy.c272 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 Di965_gram.y2152 swizzle: label
/third_party/mesa3d/src/mesa/main/
H A Dtexparam.c199 set_swizzle_component(GLushort *swizzle, GLuint comp, GLuint swz) in set_swizzle_component() argument
H A Dformats.c241 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 Dglformats.c3637 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 Dprog_to_nir.c220 int swizzle = GET_SWZ(prog_src->Swizzle, i); in ptn_get_src() local
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc.h130 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 Dnir.c108 int swizzle = ps->swizzle[u_bit_scan(&mask)]; in ppir_node_add_src() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c88 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 Du_format.c543 enum pipe_swizzle swizzle = dst_desc->swizzle[chan]; util_is_format_compatible() local
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_cs.c390 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 Dhelpers.h348 mir_is_simple_swizzle(unsigned *swizzle, unsigned mask) in mir_is_simple_swizzle() argument
/third_party/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c485 unsigned swizzle[4] = in translate_attr_convert() local
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp791 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 Dir2_private.h52 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 Dsvga_tgsi_emit.h46 int swizzle; member

Completed in 35 milliseconds

12345678910>>...13