Home
last modified time | relevance | path

Searched defs:reswizzle (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_shrink_vectors.c62 reswizzle_alu_uses(nir_def *def, uint8_t *reswizzle) in reswizzle_alu_uses()
187 uint8_t reswizzle[NIR_MAX_VEC_COMPONENTS] = { 0 }; in opt_shrink_vector() local
254 uint8_t reswizzle[NIR_MAX_VEC_COMPONENTS] = { 0 }; in opt_shrink_vectors_alu() local
384 uint8_t reswizzle[NIR_MAX_VEC_COMPONENTS] = { 0 }; in opt_shrink_vectors_load_const() local
487 uint8_t reswizzle[NIR_MAX_VEC_COMPONENTS] = { 0 }; in opt_shrink_vectors_phi() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_vec4.cpp919 vec4_instruction::reswizzle(int dst_writemask, int swizzle) in reswizzle() function in elk::vec4_instruction