Home
last modified time | relevance | path

Searched defs:getIndices (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h249 ArrayRef<TypeIndex> getIndices() const { return ArgIndices; } in getIndices() function
263 ArrayRef<TypeIndex> getIndices() const { return StringIndices; } in getIndices() function
/third_party/vk-gl-cts/modules/glshared/
DglsShaderRenderCase.cpp152 const deUint16* getIndices (void) const { return &m_indices[0]; } in getIndices() function in deqp::gls::QuadGrid
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderRenderCase.cpp202 const deUint16* getIndices(void) const in getIndices() function in deqp::QuadGrid
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp180 const deUint16* getIndices (void) const { return &m_indices[0]; } in getIndices() function in vkt::sr::QuadGrid
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRender.cpp180 const deUint16* getIndices (void) const { return &m_indices[0]; } in getIndices() function in vkt::sr::QuadGrid
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp1262 ArrayRef<unsigned> ConstantExpr::getIndices() const { in getIndices() function in ConstantExpr