Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_virtualvalues.h107 virtual UniformValue *as_uniform() { return nullptr;} in as_uniform() function
337 UniformValue *as_uniform() override { return this;} in as_uniform() function
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp758 bool as_uniform = elem_size < 4 && vec.type() == RegType::sgpr; in get_alu_src() local