Home
last modified time | relevance | path

Searched defs:primitives (Results 1 – 25 of 53) sorted by relevance

123

/third_party/python/Doc/library/
Dtyping.rst563 Special types
601 Special forms
1047 Building generic types
1287 Other special directives
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp267 const rr::PrimitiveList primitives(primitive, (int)vertexBuffer.size(), 0); in draw() local
298 const rr::PrimitiveList primitives(primitive, (int)vertexBuffer.size(), 0); in draw() local
336 const rr::PrimitiveList primitives(primitive, (int)vertexBuffer.size(), 0); in draw() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp267 const rr::PrimitiveList primitives(primitive, (int)vertexBuffer.size(), 0); in draw() local
298 const rr::PrimitiveList primitives(primitive, (int)vertexBuffer.size(), 0); in draw() local
336 const rr::PrimitiveList primitives(primitive, (int)vertexBuffer.size(), 0); in draw() local
/third_party/vk-gl-cts/framework/opengl/
DgluDrawUtil.cpp454 …alid (int numVertexArrays, const VertexArrayBinding* vertexArrays, const PrimitiveList& primitives) in isDrawCallValid()
495 …int numVertexArrays, const VertexArrayBinding* vertexArrays, const PrimitiveList& primitives, Draw… in drawFromUserPointers()
527 …int numVertexArrays, const VertexArrayBinding* vertexArrays, const PrimitiveList& primitives, Draw… in drawFromBuffers()
580 …int numVertexArrays, const VertexArrayBinding* vertexArrays, const PrimitiveList& primitives, Draw… in drawFromVAOBuffers()
590 …int numVertexArrays, const VertexArrayBinding* vertexArrays, const PrimitiveList& primitives, Draw… in draw()
/third_party/node/deps/npm/node_modules/es-abstract/test/helpers/
Dvalues.js21 var primitives = [].concat(nullPrimitives, nonNullPrimitives); variable
47 primitives: primitives, property
/third_party/skia/third_party/externals/swiftshader/src/Device/
DRenderer.cpp565 auto primitives = &batch->primitives[0]; in processPrimitives() local
658 int DrawCall::setupSolidTriangles(vk::Device *device, Triangle *triangles, Primitive *primitives, c… in setupSolidTriangles()
703 …:setupWireframeTriangles(vk::Device *device, Triangle *triangles, Primitive *primitives, const Dra… in setupWireframeTriangles()
758 int DrawCall::setupPointTriangles(vk::Device *device, Triangle *triangles, Primitive *primitives, c… in setupPointTriangles()
803 int DrawCall::setupLines(vk::Device *device, Triangle *triangles, Primitive *primitives, const Draw… in setupLines()
824 int DrawCall::setupPoints(vk::Device *device, Triangle *triangles, Primitive *primitives, const Dra… in setupPoints()
DRenderer.hpp126 PrimitiveBatch primitives; member
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fScissorTests.cpp73 const int primitives; in init() member
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fScissorTests.cpp63 const int primitives; in init() member
Des2fDrawTests.cpp521 static const gls::DrawTestSpec::Primitive primitives[] = in init() local
/third_party/node/deps/npm/node_modules/es-to-primitive/test/
Des5.js17 var primitives = [null, undefined, true, false, 0, -0, 42, NaN, Infinity, -Infinity, '', 'abc']; variable
Des6.js20 var primitives = [null, undefined, true, false, 0, -0, 42, NaN, Infinity, -Infinity, '', 'abc']; variable
Des2015.js20 var primitives = [null, undefined, true, false, 0, -0, 42, NaN, Infinity, -Infinity, '', 'abc']; variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryInputGeometryShaderTests.cpp291 …const PrimitiveTestSpec primitives = { VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP_WITH_ADJACENCY, name.c… in createInputGeometryShaderTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
DvktGeometryInputGeometryShaderTests.cpp291 …const PrimitiveTestSpec primitives = { VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP_WITH_ADJACENCY, name.c… in createInputGeometryShaderTests() local
/third_party/vk-gl-cts/framework/referencerenderer/
DrrRenderer.hpp129 const PrimitiveList& primitives; member in rr::DrawCommand
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_vbuf.c669 lp_setup_so_info(struct vbuf_render *vbr, uint stream, uint primitives, uint prim_generated) in lp_setup_so_info()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_prim_vbuf.c600 sp_vbuf_so_info(struct vbuf_render *vbr, uint stream, uint primitives, uint prim_generated) in sp_vbuf_so_info()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawInstancedTests.cpp756 …const rr::PrimitiveList primitives = rr::PrimitiveList(mapVkPrimitiveTopology(m_params.topology), … in iterate() local
765 …const rr::PrimitiveList primitives = rr::PrimitiveList(mapVkPrimitiveTopology(m_params.topology), … in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawInstancedTests.cpp756 …const rr::PrimitiveList primitives = rr::PrimitiveList(mapVkPrimitiveTopology(m_params.topology), … in iterate() local
765 …const rr::PrimitiveList primitives = rr::PrimitiveList(mapVkPrimitiveTopology(m_params.topology), … in iterate() local
/third_party/vk-gl-cts/modules/gles2/stress/
Des2sDrawTests.cpp235 gls::DrawTestSpec::Primitive primitives[] = in init() local
/third_party/vk-gl-cts/modules/glshared/
DglsTextureBufferCase.cpp702 …const rr::PrimitiveList primitives(rr::PRIMITIVETYPE_TRIANGLES, triangleCount * 3, rr::DrawIndices… in renderReference() local
709 const rr::PrimitiveList primitives(rr::PRIMITIVETYPE_TRIANGLES, triangleCount * 3, 0); in renderReference() local
/third_party/vk-gl-cts/modules/gles31/stress/
Des31sDrawTests.cpp361 gls::DrawTestSpec::Primitive primitives[] = in init() local
/third_party/vk-gl-cts/modules/gles3/stress/
Des3sDrawTests.cpp431 gls::DrawTestSpec::Primitive primitives[] = in init() local
/third_party/node/deps/npm/node_modules/es-abstract/test/
Des5.js24 var primitives = [undefined, null].concat(nonNullPrimitives); variable

123