Home
last modified time | relevance | path

Searched defs:numIndices (Results 1 – 24 of 24) sorted by relevance

/external/angle/third_party/spirv-tools/src/source/opt/
Dcomposite.cpp30 uint32_t numIndices = static_cast<uint32_t>(extIndices.size()) - extOffset; in ExtInsMatch() local
44 uint32_t numIndices = std::min(extNumIndices, insNumIndices); in ExtInsConflict() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dcomposite.cpp30 uint32_t numIndices = static_cast<uint32_t>(extIndices.size()) - extOffset; in ExtInsMatch() local
44 uint32_t numIndices = std::min(extNumIndices, insNumIndices); in ExtInsConflict() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcomposite.cpp30 uint32_t numIndices = static_cast<uint32_t>(extIndices.size()) - extOffset; in ExtInsMatch() local
44 uint32_t numIndices = std::min(extNumIndices, insNumIndices); in ExtInsConflict() local
/external/deqp/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp476 int numIndices = getNumIndices(); in init() local
610 int numIndices = getNumIndices(); in draw() local
656 int numIndices = getNumIndices(); in renderWithoutRestart() local
Des3fFragmentOutputTests.cpp533 const int numIndices = numQuads * 6; in iterate() local
/external/deqp/modules/glshared/
DglsShaderPerformanceMeasurer.cpp102 int numIndices = gridSizeX * gridSizeY * numIndicesPerQuad; in generateIndices() local
269 GLsizei numIndices = (GLsizei)getNumIndices(m_gridSizeX, m_gridSizeY); in render() local
DglsRandomShaderCase.cpp207 int numIndices = numQuads * 6; in init() local
DglsBufferTestUtil.cpp809 static void execVertexFetch(T *dst, const T *src, const uint8_t *indices, int numIndices) in execVertexFetch()
/external/lzma/CPP/7zip/UI/Far/
DPluginRead.cpp33 UInt32 numIndices, in ExtractFiles()
/external/skia/src/gpu/ganesh/geometry/
DGrAAConvexTessellator.h50 int numIndices() const { return fIndices.size(); } in numIndices() function
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationCommonEdgeTests.cpp267 const int numIndices = in test() local
/external/angle/src/libANGLE/renderer/
Drenderer_utils.h298 uint32_t numIndices = 0; in LineLoopRestartIndexCountHelper() local
/external/deqp/framework/opengl/
DgluDrawUtil.cpp402 IndexBuffer::IndexBuffer(const RenderContext &context, IndexType indexType, int numIndices, const v… in IndexBuffer()
/external/deqp/modules/gles2/functional/
Des2fBufferTestUtil.cpp585 static void execVertexFetch(T *dst, const T *src, const uint8_t *indices, int numIndices) in execVertexFetch()
/external/deqp/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp433 …const uint32_t numIndices = m_drawTessellatedSphere ? uint32_t(sizeof(sphereIndices) / sizeof(sphe… in iterate() local
/external/mesa3d/src/gfxstream/guest/OpenglCodecCommon/
DGLSharedGroup.cpp808 void GLSharedGroup::initShaderProgramData(GLuint shaderProgram, GLuint numIndices, GLuint numAttrib… in initShaderProgramData()
/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp96 …adUniformIndices(const glw::Functions &gl, uint32_t program, const char *varPrefix, int numIndices, in uploadUniformIndices()
Des31fTessellationTests.cpp1935 const int numIndices = gridWidth * gridHeight * in iterate() local
/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp4052 uint32_t numIndices; in drawArrays() local
4076 uint32_t numIndices; in drawArraysInstanced() local
4100 uint32_t numIndices; in drawArraysInstancedBaseInstance() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp137 MovePtr<Buffer> createUniformIndexBuffer(Context &context, int numIndices, const int *indices) in createUniformIndexBuffer()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1856 void ShaderRenderCaseInstance::render(uint32_t numVertices, uint32_t numIndices, const uint16_t *in… in render()
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
Dlegalize_to_linalg.cc2834 int numIndices = static_cast<int>(indexShapedType.getRank()); in matchAndRewrite() local
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp163 const uint32_t numIndices = static_cast<uint32_t>(m_vertexData.size()); in VertexGrid() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp6517 uint32_t numIndices = static_cast<uint32_t>(indices.size()); in iterate() local