/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineBlendOperationAdvancedTests.cpp | 828 std::vector<Vec4> vertices; in createPoints() local [all...] |
H A D | vktPipelineInputAssemblyTests.cpp | 416 std::vector<Vertex4RGBA> vertices; in createBufferData() local 831 std::vector<Vertex4RGBA> vertices; createBufferData() local [all...] |
H A D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 156 std::vector<PositionColor> vertices; in genShapes() local 1262 const std::vector<PositionColor> vertices in test() local [all...] |
H A D | vktPipelineNoPositionTests.cpp | 468 std::vector<tcu::Vec4> vertices = in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationProvokingVertexTests.cpp | 478 std::vector<tcu::Vec4> vertices; in iterate() local 94 verifyXfbBuffer(const tcu::Vec4* const xfbResults, const std::vector<tcu::Vec4>& vertices, const std::vector<size_t>& provoking, deUint32 count, VkPrimitiveTopology topology, ProvokingVertexMode mode, std::string& errorMessage) verifyXfbBuffer() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingWatertightnessTests.cpp | 434 std::vector<tcu::Vec3> vertices; in initBottomAccelerationStructure() local 514 std::vector<tcu::Vec3> vertices; initBottomAccelerationStructures() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktDynamicRenderingRandomTests.cpp | 122 std::vector<Vec4> vertices = in DynamicRenderingTestInstance() local
|
H A D | vktRenderPassDitheringTests.cpp | 75 std::vector<Vertex4RGBA> vertices; in createQuad() local 101 std::vector<Vertex4RGBA> vertices; in createQuad() local 531 const std::vector<Vertex4RGBA> vertices = m_testParams.blending ? createQuad(m_testParams.overrideColor) : createQuad(); createCommonResources() local [all...] |
H A D | vktRenderPassUnusedAttachmentTests.cpp | 80 std::vector<Vertex4RGBA> vertices; in createQuad() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustnessBufferAccessTests.cpp | 1207 const Vec4 vertices[] = in BufferAccessInstance() local
|
H A D | vktRobustnessIndexAccessTests.cpp | 601 std::vector<tcu::Vec4> vertices; in iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationUserDefinedIO.cpp | 919 const deUint32* const vertices = reinterpret_cast<deUint32*>(static_cast<deUint8*>(resultAlloc.getHostPtr()) + sizeof(deInt32)); in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawMultipleClearsWithinRenderPass.cpp | 130 const Vec4* vertices; member
|
H A D | vktDrawMultipleInterpolationTests.cpp | 485 const PositionColorVertex vertices[] = in render() local
|
H A D | vktDrawScissorTests.cpp | 130 vector<PositionColorVertex> vertices; in getVertices() local 445 vector<PositionColorVertex> vertices; in iterate() local [all...] |
H A D | vktDrawShaderLayerTests.cpp | 887 const std::vector<PositionColorVertex> vertices = generateVertices(grid, colors, renderSize); in testVertexShader() local 947 const std::vector<PositionColorVertex> vertices = generateVertices(grid, colors, renderSize); in testTessellationShader() local 612 Renderer(Context& context, const SharedGroupParams groupParams, const UVec2& renderSize, const int numLayers, const VkFormat colorFormat, const Vec4& clearColor, const std::vector<PositionColorVertex>& vertices, const Shader shader) Renderer() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageSampleCompressedTextureTests.cpp | 242 vector<Vertex> vertices; in generateVertices() local 459 const vector<Vertex> vertices in iterate() local [all...] |
H A D | vktImageTestsUtil.cpp | 926 const tcu::Vec4 vertices[6] = in createFullscreenQuad() local
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderTessellation.cpp | 2457 glw::GLfloat vertices[2 /* vertices */ * 4 /* components */]; initBufferObjects() local [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ComputeShaderTest.cpp | 3564 GLfloat vertices[] = {-1, -1, 1, -1, -1, 1, 1, 1}; in TEST_P() local 3666 GLfloat vertices[] = {-1, -1, 1, -1, -1, 1, 1, 1}; in TEST_P() local 3740 GLfloat vertices[] = {-1, -1, 1, -1, -1, 1, 1, 1}; in TEST_P() local 3820 GLfloat vertices[] = {-1, -1, 1, -1, -1, 1, 1, 1}; in TEST_P() local 4044 GLfloat vertices[] = {-1, -1, 1, -1, -1, 1, 1, 1}; in TEST_P() local [all...] |
H A D | TransformFeedbackTest.cpp | 110 const GLfloat vertices[] = { in TEST_P() local 352 const GLfloat vertices[] = { in TEST_P() local 428 const GLfloat vertices[] = { in TEST_P() local 558 const GLfloat vertices[] in TEST_P() local 607 const GLfloat vertices[] = { midRecordOpDoesNotContributeTest() local 799 const GLfloat vertices[] = { TEST_P() local 1623 const GLfloat vertices[] = { TEST_P() local 2386 const GLfloat vertices[] = {-1.0f, -0.5f, 0.0f, 0.5f, 1.0f, 1.0f, -0.5f, 0.0f, TEST_P() local 2413 setupOverrunTest(const std::vector<GLfloat> &vertices) setupOverrunTest() argument 2440 VerifyVertexFloats(const GLfloat *mapPtrFloat, const std::vector<GLfloat> &vertices, size_t copies, size_t numFloats) VerifyVertexFloats() argument 2465 const std::vector<GLfloat> vertices = { TEST_P() local 2498 const std::vector<GLfloat> vertices = { TEST_P() local 2536 const std::vector<GLfloat> vertices = { TEST_P() local 2584 const std::vector<GLfloat> vertices = { TEST_P() local 2816 const GLfloat vertices[] = { TEST_P() local 2893 const GLfloat vertices[] = { TEST_P() local 3063 const GLfloat vertices[] = { TEST_P() local 3823 const GLfloat vertices[] = { TEST_P() local [all...] |
H A D | WebGLCompatibilityTest.cpp | 1325 const auto &vertices = GetQuadVertices(); in TEST_P() local 1357 const auto &vertices = GetQuadVertices(); in TEST_P() local 1396 const auto &vertices = GetQuadVertices(); in TEST_P() local 2604 const auto &vertices = GetQuadVertices(); TEST_P() local [all...] |
/third_party/skia/src/core/ |
H A D | SkPictureRecord.cpp | 625 void SkPictureRecord::onDrawVerticesObject(const SkVertices* vertices, in onDrawVerticesObject() argument 939 void SkPictureRecord::addVertices(const SkVertices* vertices) { in addVertices() argument
|
H A D | SkBitmapDevice.cpp | 546 void SkBitmapDevice::drawVertices(const SkVertices* vertices, SkBlendMode bmode, in drawVertices() argument
|
/third_party/skia/src/gpu/ops/ |
H A D | StrokeRectOp.cpp | 796 generateAAStrokeRectGeometry(VertexWriter& vertices, const SkPMColor4f& color, bool wideColor, const SkRect& devOutside, const SkRect& devOutsideAssist, const SkRect& devInside, bool miterStroke, bool degenerate, const SkVector& devHalfStrokeSize, bool usesMSAASurface) const generateAAStrokeRectGeometry() argument [all...] |