/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | shader-leak.c | 40 static struct vertex vertices[1] = variable
|
H A D | vs-test.c | 61 static struct vertex vertices[MESH_SZ * MESH_SZ]; variable [all...] |
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_vbuf.c | 66 unsigned *vertices; member [all...] |
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_gs_variant.cpp | 37 nir_cull_face(nir_builder *b, nir_variable *vertices, bool ccw) in nir_cull_face() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiSmokeTests.cpp | 310 void renderReferenceTriangle (const tcu::PixelBufferAccess& dst, const tcu::Vec4 (&vertices)[3], const int subpixelBits) in renderReferenceTriangle() argument 343 const tcu::Vec4 vertices[] = in renderTriangleTest() local 604 const tcu::Vec4 vertices[] = in renderTriangleUnusedResolveAttachmentTest() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleInterpolationTests.cpp | 163 std::vector<VertexDataNdc> vertices; in uploadVertexData() local 360 std::vector<VertexDataNdcScreen> vertices; in uploadVertexData() local 941 std::vector<VertexDataNdcBarycentric> vertices; uploadVertexData() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
H A D | vktDrawUtil.hpp | 84 const std::vector<tcu::Vec4>& vertices; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiSmokeTests.cpp | 310 void renderReferenceTriangle (const tcu::PixelBufferAccess& dst, const tcu::Vec4 (&vertices)[3], const int subpixelBits) in renderReferenceTriangle() argument 343 const tcu::Vec4 vertices[] = in renderTriangleTest() local 604 const tcu::Vec4 vertices[] = in renderTriangleUnusedResolveAttachmentTest() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | TransformFeedback.cpp | 214 auto vertices = in checkBufferSpaceForDraw() local
|
/third_party/skia/third_party/externals/angle2/samples/multiple_contexts/ |
H A D | MultipleContexts.cpp | 226 std::vector<GLfloat> vertices = {tileX0, tileY0, tileX0, tileY1, tileX1, tileY0, variable
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cIndirectParametersTests.cpp | 347 const GLfloat vertices[] = { -1.0f, -1.0f, 0.0f, -1.0f, 1.0f, 0.0f, 0.0f, -1.0f, 0.0f, in init() local 529 const GLfloat vertices[] = { -1.0f, -1.0f, 0.0f, -1.0f, 1.0f, 0.0f, 0.0f, -1.0f, 0.0f, in init() local
|
H A D | gl4cShaderDrawParametersTests.cpp | 166 const GLfloat vertices[] = { in init() local
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderPrimitiveCoverage.cpp | 521 glw::GLfloat vertices[6 /* vertices */ * m_n_components /* components */] = { in initBufferObjects() local
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArrayStencilAttachments.cpp | 726 glw::GLfloat vertices[] = { -1.0f, -1.0f, 0.0f, 1.0f, -1.0f, 1.0f, 0.0f, 1.0f, in initTest() local
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPolygonOffsetClampTests.cpp | 264 const GLfloat vertices[] = { -1.0f, -1.0f, 0.0f, -1.0f, 1.0f, 0.0f, 1.0f, -1.0f, 0.0f, 1.0f, 1.0f, 0.0f }; in test() local
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLPresentPathD3D11Test.cpp | 216 const GLfloat vertices[] = { in drawQuadUsingGL() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | LineLoopTest.cpp | 368 constexpr GLfloat vertices[] = { in TEST_P() local
|
H A D | MultisampleTest.cpp | 194 const Vector3 vertices[1] = {{0.0f, 0.0f, 0.0f}}; in TEST_P() local 245 const Vector3 vertices[2] = {{-1.0f, -0.3f, 0.0f}, {1.0f, 0.3f, 0.0f}}; in TEST_P() local 294 const Vector3 vertices[3] = {{-1.0f, -1.0f, 0.0f}, {-1.0f, 1.0f, 0.0f}, {1.0f, -1.0f, 0.0f}}; in TEST_P() local 346 const Vector3 vertices[ in TEST_P() local 146 prepareVertexBuffer(GLBuffer &vertexBuffer, const Vector3 *vertices, size_t vertexCount, GLint positionLocation) prepareVertexBuffer() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | VulkanBarriersPerf.cpp | 238 GLfloat vertices[] = { in createResources() local
|
/third_party/skia/src/gpu/ |
H A D | GrOpFlushState.cpp | 208 void GrOpFlushState::putBackVertices(int vertices, size_t vertexStride) { in putBackVertices() argument
|
H A D | GrThreadSafeCache.cpp | 251 sk_sp<GrThreadSafeCache::VertexData> GrThreadSafeCache::MakeVertexData(const void* vertices, in MakeVertexData() argument
|
H A D | GrThreadSafeCache.h | 107 const void* vertices() const { return fVertices; } in vertices() function in GrThreadSafeCache::VertexData 135 VertexData(const void* vertices, int numVertices, size_t vertexSize) in VertexData() argument
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | DrawTester.hpp | 152 } vertices; member in DrawTester
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_allegro5.cpp | 129 static ImVector<ImDrawVertAllegro> vertices; in ImGui_ImplAllegro5_RenderDrawData() local
|
/third_party/skia/tests/ |
H A D | DMSAATest.cpp | 45 auto vertices = builder.detach(); in draw_paint_with_dmsaa() local
|