Home
last modified time | relevance | path

Searched refs:getVertices (Results 1 - 16 of 16) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
H A DglsRandomShaderCase.hpp50 const std::vector<float>& getVertices (void) const { return m_vertices; } in getVertices() function in deqp::gls::VertexArray
51 std::vector<float>& getVertices (void) { return m_vertices; } in getVertices() function in deqp::gls::VertexArray
H A DglsRandomShaderCase.cpp173 float* dst = &vtxArray.getVertices()[vtxNdx*numComponents]; in init()
498 glVertexAttribPointer(location, attribIter->getNumComponents(), GL_FLOAT, GL_FALSE, 0, &attribIter->getVertices()[0]); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
H A DvktImagelessFramebufferTests.cpp981 virtual std::vector<float> getVertices (void);
1233 std::vector<float> ColorImagelessTestInstance::getVertices (void) in getVertices() function in vkt::imageless::__anon28041::ColorImagelessTestInstance
1277 const std::vector<float> vertexArray (getVertices()); in iterate()
1337 virtual std::vector<float> getVertices (void);
1438 std::vector<float> DepthImagelessTestInstance::getVertices (void) in getVertices() function in vkt::imageless::__anon28041::DepthImagelessTestInstance
1511 const std::vector<float> vertexArray (getVertices()); in iterate()
1609 virtual std::vector<float> getVertices (void);
1668 std::vector<float> ColorResolveImagelessTestInstance::getVertices (void) in getVertices() function in vkt::imageless::__anon28041::ColorResolveImagelessTestInstance
1714 const std::vector<float> vertexArray (getVertices()); in iterate()
1803 virtual std::vector<float> getVertices (voi
1940 std::vector<float> DepthResolveImagelessTestInstance::getVertices (void) getVertices() function in vkt::imageless::__anon28041::DepthResolveImagelessTestInstance
2167 std::vector<float> MultisubpassTestInstance::getVertices (void) getVertices() function in vkt::imageless::__anon28041::MultisubpassTestInstance
2391 std::vector<float> DifferentAttachmentsTestInstance::getVertices(void) getVertices() function in vkt::imageless::__anon28041::DifferentAttachmentsTestInstance
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/
H A DvktImagelessFramebufferTests.cpp981 virtual std::vector<float> getVertices (void);
1233 std::vector<float> ColorImagelessTestInstance::getVertices (void) in getVertices() function in vkt::imageless::__anon29272::ColorImagelessTestInstance
1277 const std::vector<float> vertexArray (getVertices()); in iterate()
1337 virtual std::vector<float> getVertices (void);
1438 std::vector<float> DepthImagelessTestInstance::getVertices (void) in getVertices() function in vkt::imageless::__anon29272::DepthImagelessTestInstance
1511 const std::vector<float> vertexArray (getVertices()); in iterate()
1609 virtual std::vector<float> getVertices (void);
1668 std::vector<float> ColorResolveImagelessTestInstance::getVertices (void) in getVertices() function in vkt::imageless::__anon29272::ColorResolveImagelessTestInstance
1714 const std::vector<float> vertexArray (getVertices()); in iterate()
1803 virtual std::vector<float> getVertices (voi
1940 std::vector<float> DepthResolveImagelessTestInstance::getVertices (void) getVertices() function in vkt::imageless::__anon29272::DepthResolveImagelessTestInstance
2167 std::vector<float> MultisubpassTestInstance::getVertices (void) getVertices() function in vkt::imageless::__anon29272::MultisubpassTestInstance
2391 std::vector<float> DifferentAttachmentsTestInstance::getVertices(void) getVertices() function in vkt::imageless::__anon29272::DifferentAttachmentsTestInstance
[all...]
/third_party/skia/src/core/
H A DSkPictureData.h130 const SkVertices* getVertices(SkReadBuffer* reader) const { in getVertices() function in SkPictureData
H A DSkPictureRecord.h50 const SkTArray<sk_sp<const SkVertices>>& getVertices() const { in getVertices() function in SkPictureRecord
H A DSkPictureData.cpp42 , fVertices(record.getVertices()) in SkPictureData()
H A DSkPicturePlayback.cpp606 const SkVertices* vertices = fPictureData->getVertices(reader); in handleOp()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawScissorTests.cpp94 virtual vector<PositionColorVertex> getVertices (deUint32 offset) { DE_UNREF(offset); return vector<PositionColorVertex>(); } in getVertices() function in vkt::Draw::__anon27945::TestCommand
113 virtual vector<PositionColorVertex> getVertices (deUint32 offset);
128 vector<PositionColorVertex> QuadDrawTestCommand::getVertices (deUint32 offset) in getVertices() function in vkt::Draw::__anon27945::QuadDrawTestCommand
449 vector<PositionColorVertex> commandVertices = m_params.commands[commandIdx]->getVertices((deUint32)vertices.size()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawScissorTests.cpp94 virtual vector<PositionColorVertex> getVertices (deUint32 offset) { DE_UNREF(offset); return vector<PositionColorVertex>(); } in getVertices() function in vkt::Draw::__anon29180::TestCommand
113 virtual vector<PositionColorVertex> getVertices (deUint32 offset);
128 vector<PositionColorVertex> QuadDrawTestCommand::getVertices (deUint32 offset) in getVertices() function in vkt::Draw::__anon29180::QuadDrawTestCommand
449 vector<PositionColorVertex> commandVertices = m_params.commands[commandIdx]->getVertices((deUint32)vertices.size()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrImageQueryTests.cpp671 static vector<Vec4> getVertices (void) in testImageQueryLod() function
702 const vector<Vec4> vertices (LocalUtil::getVertices()); in testImageQueryLod()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrImageQueryTests.cpp671 static vector<Vec4> getVertices (void) in testImageQueryLod() function
702 const vector<Vec4> vertices (LocalUtil::getVertices()); in testImageQueryLod()
/third_party/glslang/glslang/MachineIndependent/
H A Dlocalintermediate.h821 int getVertices() const { return vertices; }
H A DParseHelper.cpp806 unsigned int maxVertices = intermediate.getVertices() != TQualifier::layoutNotSet ? intermediate.getVertices() : 0; in getIoArrayImplicitSize()
5552 if (intermediate.getVertices() == TQualifier::layoutNotSet) { in finish()
9816 (intermediate.getVertices() != TQualifier::layoutNotSet) && in updateStandaloneQualifierDefaults()
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp1792 glslangIntermediate->getVertices()); in TGlslangToSpvTraverser()
1851 builder.addExecutionMode(shaderEntry, spv::ExecutionModeOutputVertices, glslangIntermediate->getVertices()); in TGlslangToSpvTraverser()
1909 glslangIntermediate->getVertices()); in TGlslangToSpvTraverser()
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp2408 arraySizes->addInnerSize(intermediate.getVertices()); in remapEntryPointIO()

Completed in 62 milliseconds