Home
last modified time | relevance | path

Searched defs:primitive (Results 1 – 25 of 64) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DnonPrimitiveInFunction.js8 var primitive: boolean; variable
28 var primitive; variable
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_prim.h185 u_vertices_per_prim(enum pipe_prim_type primitive) in u_vertices_per_prim()
231 u_decomposed_prims_for_vertices(enum pipe_prim_type primitive, int vertices) in u_decomposed_prims_for_vertices()
278 u_reduced_prims_for_vertices(enum pipe_prim_type primitive, int vertices) in u_reduced_prims_for_vertices()
357 u_stream_outputs_for_vertices(enum pipe_prim_type primitive, unsigned nr) in u_stream_outputs_for_vertices()
/third_party/node/benchmark/assert/
Ddeepequal-prims-and-objs-big-loop.js13 primitive: Object.keys(primValues), property
19 function main({ n, primitive, method, strict }) { property
Ddeepequal-prims-and-objs-big-array-set.js15 primitive: Object.keys(primValues), property
35 function main({ n, len, primitive, method, strict }) { property
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceUtils.cpp181 rr::GeometryShaderOutputType mapGLGeometryShaderOutputType (deUint32 primitive) in mapGLGeometryShaderOutputType()
194 rr::GeometryShaderInputType mapGLGeometryShaderInputType (deUint32 primitive) in mapGLGeometryShaderInputType()
/third_party/typescript/tests/cases/conformance/types/nonPrimitive/
DnonPrimitiveInFunction.ts8 var primitive: boolean; variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp264 const rr::PrimitiveType primitive, in draw()
295 const rr::PrimitiveType primitive, in draw()
333 const rr::PrimitiveType primitive, in draw()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp264 const rr::PrimitiveType primitive, in draw()
295 const rr::PrimitiveType primitive, in draw()
333 const rr::PrimitiveType primitive, in draw()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DRasterizer.hpp33 Pointer<Byte> primitive; member in sw::Rasterizer
DRenderer.cpp820 int primitive = draw->primitive; in findAvailableTasks() local
952 Primitive *primitive = primitiveBatch[unit]; in executeTask() local
989 int primitive = primitiveProgress[unit].firstPrimitive; in finishRendering() local
1568 Primitive *primitive = primitiveBatch[unit]; in setupSolidTriangles() local
1613 Primitive *primitive = primitiveBatch[unit]; in setupWireframeTriangle() local
1670 Primitive *primitive = primitiveBatch[unit]; in setupVertexTriangle() local
1714 Primitive *primitive = primitiveBatch[unit]; in setupLines() local
1739 Primitive *primitive = primitiveBatch[unit]; in setupPoints() local
1761 bool Renderer::setupLine(Primitive &primitive, Triangle &triangle, const DrawCall &draw) in setupLine()
2055 bool Renderer::setupPoint(Primitive &primitive, Triangle &triangle, const DrawCall &draw) in setupPoint()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DRasterizer.hpp38 Pointer<Byte> primitive; member in sw::Rasterizer
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_enums.c120 enum dxil_input_primitive dxil_get_input_primitive(enum shader_prim primitive) in dxil_get_input_primitive()
/third_party/skia/third_party/externals/dawn/src/utils/
DComboRenderPipelineDescriptor.cpp79 wgpu::PrimitiveState* primitive = &descriptor->primitive; in ComboRenderPipelineDescriptor() local
/third_party/vk-gl-cts/modules/glshared/
DglsVertexArrayTests.cpp158 std::string Array::primitiveToString (Primitive primitive) in primitiveToString()
644 GLenum ContextArray::primitiveToGL (Array::Primitive primitive) in primitiveToGL()
1085 void ContextArrayPack::render (Array::Primitive primitive, int firstVertex, int vertexCount, bool u… in render()
1341 …t seed, int count, int componentCount, int offset, int stride, Array::Primitive primitive, Array::… in generateQuads()
1400 …acked (int seed, int count, int componentCount, int offset, int stride, Array::Primitive primitive) in createQuadsPacked()
1479 …t seed, int count, int componentCount, int offset, int stride, Array::Primitive primitive, T min, … in createQuads()
1582 …ePerQuad (int seed, int count, int componentCount, int stride, Array::Primitive primitive, Array::… in generatePerQuad()
1637 …PerQuads (int seed, int count, int componentCount, int stride, Array::Primitive primitive, T min, … in createPerQuads()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSetupRoutine.cpp41 Pointer<Byte> primitive(function.Arg<1>()); in generate() local
528 void SetupRoutine::setupGradient(Pointer<Byte> &primitive, Pointer<Byte> &triangle, Float4 &w012, F… in setupGradient()
568 void SetupRoutine::edge(Pointer<Byte> &primitive, Pointer<Byte> &data, const Int &Xa, const Int &Ya… in edge()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
DvktFragmentOperationsScissorTests.cpp82 TestPrimitive primitive; member
190 std::vector<VertexData> genVertices (const TestPrimitive primitive, const Vec4& renderArea, const V… in genVertices()
248 VkPrimitiveTopology getTopology (const TestPrimitive primitive) in getTopology()
/third_party/mbedtls/include/psa/
Dcrypto_extra.h1896 #define PSA_PAKE_OUTPUT_SIZE(alg, primitive, output_step) \ argument
1926 #define PSA_PAKE_INPUT_SIZE(alg, primitive, input_step) \ argument
2000 psa_pake_primitive_t primitive) in psa_pake_cs_set_primitive()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorTests.cpp82 TestPrimitive primitive; member
190 std::vector<VertexData> genVertices (const TestPrimitive primitive, const Vec4& renderArea, const V… in genVertices()
248 VkPrimitiveTopology getTopology (const TestPrimitive primitive) in getTopology()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSetupRoutine.cpp42 Pointer<Byte> primitive(function.Arg<0>()); in generate() local
485 …void SetupRoutine::setupGradient(Pointer<Byte> &primitive, Pointer<Byte> &triangle, Float4 &w012, … in setupGradient()
563 …void SetupRoutine::edge(Pointer<Byte> &primitive, Pointer<Byte> &data, const Int &Xa, const Int &Y… in edge()
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource_test.cc193 Primitive primitive; in PrepareRepeatedPrimitive() local
232 PackedPrimitive primitive; in PreparePackedPrimitive() local
305 Primitive primitive; in TEST_P() local
343 Primitive primitive = PrepareRepeatedPrimitive(); in TEST_P() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fDrawElementsBaseVertexTests.cpp64 static size_t getElementCount (gls::DrawTestSpec::Primitive primitive, size_t primitiveCount) in getElementCount()
629 …t char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, g… in AttributeGroup()
886 const gls::DrawTestSpec::Primitive primitive[] = in init() local
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DInputAssembly.cpp65 enum pipe_prim_type primitive; in IaSetTopology() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.hpp334 …onst vk::VkPhysicalDevicePortabilitySubsetFeaturesKHR& features, const TessPrimitiveType primitive) in checkPrimitive()
340 static inline void checkSupportPrimitive (Context& context, const TessPrimitiveType primitive) in checkSupportPrimitive()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
DvktTessellationUtil.hpp334 …onst vk::VkPhysicalDevicePortabilitySubsetFeaturesKHR& features, const TessPrimitiveType primitive) in checkPrimitive()
340 static inline void checkSupportPrimitive (Context& context, const TessPrimitiveType primitive) in checkSupportPrimitive()
/third_party/node/test/parallel/
Dtest-util-types.js119 const primitive = true; constant

123