Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1677 Value *fetchSrc(int s, int c);
1682 Value *fetchSrc(const tgsi::Instruction::SrcRegister src, int c, Value *ptr);
1926 rel = fetchSrc(tgsi.getSrc(s).getIndirect(1), 0, NULL); in getVertexBase()
1942 fetchSrc(tgsi.getSrc(s).getIndirect(1), 0, NULL), in getOutputBase()
1951 Converter::fetchSrc(int s, int c) in fetchSrc() function in __anon70d097b80111::Converter
1959 ptr = fetchSrc(src.getIndirect(0), 0, NULL); in fetchSrc()
1972 dimRel = fetchSrc(src.getIndirect(1), 0, 0); in fetchSrc()
1979 res = fetchSrc(src, c, ptr); in fetchSrc()
1996 ptr = fetchSrc(dst.getIndirect(0), 0, NULL); in fetchDst()
2011 dimRel = fetchSrc(dst.getIndirect(1), 0, 0); in fetchDst()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp4026 …const tcu::TextureLevelPyramid& fetchSrc = ((fetchPosNdx % 2) == 0) ? (fetchSrcA) : (fetchSrcB); /… in fetchImageValue() local
4037 return fetchSrc.getLevel(m_baseMipLevel).getPixel(fetchPos.x(), fetchPos.y(), fetchPos.z()); in fetchImageValue()