Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opt_shrink_vectors.c51 reswizzle_alu_uses(nir_def *def, uint8_t *reswizzle) in reswizzle_alu_uses()
196 uint8_t reswizzle[NIR_MAX_VEC_COMPONENTS] = { 0 }; in opt_shrink_vector() local
263 uint8_t reswizzle[NIR_MAX_VEC_COMPONENTS] = { 0 }; in opt_shrink_vectors_alu() local
394 uint8_t reswizzle[NIR_MAX_VEC_COMPONENTS] = { 0 }; in opt_shrink_vectors_load_const() local
497 uint8_t reswizzle[NIR_MAX_VEC_COMPONENTS] = { 0 }; in opt_shrink_vectors_phi() local
/external/mesa3d/src/intel/compiler/elk/
Delk_vec4.cpp919 vec4_instruction::reswizzle(int dst_writemask, int swizzle) in reswizzle() function in elk::vec4_instruction