Home
last modified time | relevance | path

Searched defs:numAttributes (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp43 const uint32_t numAttributes = AbbrevDecl->getNumAttributes(); in dump() local
112 const uint32_t numAttributes = AbbrevDecl->getNumAttributes(); in extractFast() local
233 const uint32_t numAttributes = AbbrevDecl->getNumAttributes(); in extract() local
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DAttributeContainer.java215 int numAttributes = getAttributeCount(); in attributesAreEqual() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp368 const size_t numAttributes = getNumAttributes(); in VertexInputTest() local
485 const size_t numAttributes = getNumAttributes(); in createInstance() local
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUserDefinedIO.cpp768 const int numAttributes = NUM_TESS_LEVELS + 2 + 2; in iterate() local
/external/clang/include/clang-c/
DIndex.h5560 unsigned numAttributes; member
5598 unsigned numAttributes; member
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1495 int numAttributes = FUNCTION_CASE_NUM_INDEPENDENT_CALCULATIONS + numParams - 1; in generateSingleProgramData() local
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp1499 int numAttributes = FUNCTION_CASE_NUM_INDEPENDENT_CALCULATIONS + numParams - 1; in generateSingleProgramData() local
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h1095 …uint8_t numAttributes; // total number of attributes to send to backend (up to 32) member