Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1824 Converter::fetchSrc(int s, int c) in fetchSrc() function in __anonf6de0d2e0111::Converter
1900 Converter::fetchSrc(tgsi::Instruction::SrcRegister src, int c, Value *ptr) in fetchSrc() function in __anonf6de0d2e0111::Converter
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp3765 …const tcu::TextureLevelPyramid& fetchSrc = ((fetchPosNdx % 2) == 0) ? (fetchSrcA) : (fetchSrcB); /… in fetchImageValue() local