Home
last modified time | relevance | path

Searched refs:bufferFormats (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessBufferAccessTests.cpp1579 const VkFormat bufferFormats[] = in addBufferAccessTests() local
1643 formats = bufferFormats; in addBufferAccessTests()
1644 formatsLength = DE_LENGTH_OF_ARRAY(bufferFormats); in addBufferAccessTests()
DvktRobustBufferAccessWithVariablePointersTests.cpp1927 const Formats bufferFormats[] = in createBufferAccessWithVariablePointersTests() local
1935 const deUint8 bufferFormatsCount = static_cast<deUint8>(DE_LENGTH_OF_ARRAY(bufferFormats)); in createBufferAccessWithVariablePointersTests()
1955 …{ SHADER_TYPE_VECTOR_COPY, "vec4", bufferFormats, bufferFormatsCount, rangeSizes, rangeSize… in createBufferAccessWithVariablePointersTests()
1956 …{ SHADER_TYPE_SCALAR_COPY, "scalar", bufferFormats, bufferFormatsCount, rangeSizes, rangeSiz… in createBufferAccessWithVariablePointersTests()
/external/deqp/external/openglcts/modules/common/
DglcCompressedFormatTests.cpp1562 const GLenum bufferFormats[2][2] = { in iterate() local
1567 …gl.renderbufferStorage(GL_RENDERBUFFER, bufferFormats[hasAlpha][formatInfo.issRGB], image0.width, … in iterate()
/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp2549 const gl::AttribArray<angle::FormatID> &bufferFormats = in handleDirtyGraphicsVertexBuffers() local
2563 mRenderer->getFormat(bufferFormats[attribIndex]).getIntendedFormat(); in handleDirtyGraphicsVertexBuffers()