Home
last modified time | relevance | path

Searched defs:vertices (Results 76 - 100 of 368) sorted by relevance

12345678910>>...15

/third_party/mesa3d/src/gallium/tests/graw/
H A Dshader-leak.c40 static struct vertex vertices[1] = variable
H A Dvs-test.c61 static struct vertex vertices[MESH_SZ * MESH_SZ]; variable
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_vbuf.c66 unsigned *vertices; member
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_gs_variant.cpp37 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 DvktApiSmokeTests.cpp310 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 DvktPipelineMultisampleInterpolationTests.cpp163 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 DvktDrawUtil.hpp84 const std::vector<tcu::Vec4>& vertices; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiSmokeTests.cpp310 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 DTransformFeedback.cpp214 auto vertices = in checkBufferSpaceForDraw() local
/third_party/skia/third_party/externals/angle2/samples/multiple_contexts/
H A DMultipleContexts.cpp226 std::vector<GLfloat> vertices = {tileX0, tileY0, tileX0, tileY1, tileX1, tileY0, variable
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cIndirectParametersTests.cpp347 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 Dgl4cShaderDrawParametersTests.cpp166 const GLfloat vertices[] = { in init() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderPrimitiveCoverage.cpp521 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 DesextcTextureCubeMapArrayStencilAttachments.cpp726 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 DglcPolygonOffsetClampTests.cpp264 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 DEGLPresentPathD3D11Test.cpp216 const GLfloat vertices[] = { in drawQuadUsingGL() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DLineLoopTest.cpp368 constexpr GLfloat vertices[] = { in TEST_P() local
H A DMultisampleTest.cpp194 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 DVulkanBarriersPerf.cpp238 GLfloat vertices[] = { in createResources() local
/third_party/skia/src/gpu/
H A DGrOpFlushState.cpp208 void GrOpFlushState::putBackVertices(int vertices, size_t vertexStride) { in putBackVertices() argument
H A DGrThreadSafeCache.cpp251 sk_sp<GrThreadSafeCache::VertexData> GrThreadSafeCache::MakeVertexData(const void* vertices, in MakeVertexData() argument
H A DGrThreadSafeCache.h107 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 DDrawTester.hpp152 } vertices; member in DrawTester
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_allegro5.cpp129 static ImVector<ImDrawVertAllegro> vertices; in ImGui_ImplAllegro5_RenderDrawData() local
/third_party/skia/tests/
H A DDMSAATest.cpp45 auto vertices = builder.detach(); in draw_paint_with_dmsaa() local

Completed in 18 milliseconds

12345678910>>...15