Searched refs:sIdx (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | adv-copy-opt.ll | 18 ; part of B, i.e., sIdx == BIdx x 2. E.g., B = d1, B_low = s2.
|
/external/llvm/test/CodeGen/ARM/ |
D | adv-copy-opt.ll | 18 ; part of B, i.e., sIdx == BIdx x 2. E.g., B = d1, B_low = s2.
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 1845 int sIdx = this->getCompatibleStencilIndex(rt->config()); in createStencilAttachmentForRenderTarget() local 1846 if (sIdx < 0) { in createStencilAttachmentForRenderTarget() 1857 const GrGLCaps::StencilFormat& sFmt = this->glCaps().stencilFormats()[sIdx]; in createStencilAttachmentForRenderTarget()
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpu.cpp | 1812 int sIdx = this->getCompatibleStencilIndex(rt->config()); in createStencilAttachmentForRenderTarget() local 1813 if (sIdx < 0) { in createStencilAttachmentForRenderTarget() 1824 const GrGLCaps::StencilFormat& sFmt = this->glCaps().stencilFormats()[sIdx]; in createStencilAttachmentForRenderTarget()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 2276 unsigned rIdx = 0, sIdx = 0; in setTexRS() local 2291 sIdx = tgsi.getSrc(S).getIndex(0); in setTexRS() 2293 tex->setTexture(tgsi.getTexture(code, R), rIdx, sIdx); in setTexRS()
|