Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_virtualvalues.h92 virtual UniformValue *as_uniform() { return nullptr; } in as_uniform() function
390 UniformValue *as_uniform() override { return this; } in as_uniform() function
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp723 bool as_uniform = elem_size < 4 && vec.type() == RegType::sgpr; in get_alu_src() local