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.cpp1680 …const VkFormat bufferFormats[] = {VK_FORMAT_R32_SINT, VK_FORMAT_R32_UINT, VK_FORMAT_R64_SINT, VK_F… in addBufferAccessTests() local
1729 formats = bufferFormats; in addBufferAccessTests()
1730 formatsLength = DE_LENGTH_OF_ARRAY(bufferFormats); in addBufferAccessTests()
DvktRobustBufferAccessWithVariablePointersTests.cpp1921 const Formats bufferFormats[] = { in createBufferAccessWithVariablePointersTests() local
1925 const uint8_t bufferFormatsCount = static_cast<uint8_t>(DE_LENGTH_OF_ARRAY(bufferFormats)); in createBufferAccessWithVariablePointersTests()
1940 …} types[] = {{SHADER_TYPE_VECTOR_COPY, "vec4", bufferFormats, bufferFormatsCount, rangeSizes, rang… in createBufferAccessWithVariablePointersTests()
1941 …{SHADER_TYPE_SCALAR_COPY, "scalar", bufferFormats, bufferFormatsCount, rangeSizes, rangeSizesCount… in createBufferAccessWithVariablePointersTests()
/external/deqp/external/openglcts/modules/common/
DglcCompressedFormatTests.cpp1474 const GLenum bufferFormats[2][2] = {{GL_RGB8, GL_SRGB8_ALPHA8}, {GL_RGBA8, GL_SRGB8_ALPHA8}}; in iterate() local
1476 …gl.renderbufferStorage(GL_RENDERBUFFER, bufferFormats[hasAlpha][formatInfo.issRGB], image0.width, … in iterate()
/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp2605 const gl::AttribArray<angle::FormatID> &bufferFormats = in handleDirtyGraphicsVertexBuffers() local
2628 mRenderer->getFormat(bufferFormats[attribIndex]).getIntendedFormat(); in handleDirtyGraphicsVertexBuffers()
2669 this, bufferFormats[attribIndex], bufferCompressed[attribIndex], in handleDirtyGraphicsVertexBuffers()