Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DInputLayoutCache.h49 uint32_t numAttributes; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DInputLayoutCache.h49 uint32_t numAttributes; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp369 const size_t numAttributes = getNumAttributes(); in VertexInputTest() local
488 const size_t numAttributes = getNumAttributes(); in createInstance() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUserDefinedIO.cpp774 const int numAttributes = NUM_TESS_LEVELS + 2 + 2; in iterate() local
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pShaderOperatorTests.cpp1499 int numAttributes = FUNCTION_CASE_NUM_INDEPENDENT_CALCULATIONS + numParams - 1; in generateSingleProgramData() local
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1495 int numAttributes = FUNCTION_CASE_NUM_INDEPENDENT_CALCULATIONS + numParams - 1; in generateSingleProgramData() local
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h1119 uint8_t numAttributes; // total number of attributes to send to backend (up to 32) member