Home
last modified time | relevance | path

Searched refs:bufferFormat (Results 1 – 11 of 11) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessBufferAccessTests.cpp81 VkFormat bufferFormat);
87 VkFormat bufferFormat,
92 static void genTexelBufferShaderAccess (VkFormat bufferFormat,
101 VkFormat bufferFormat,
117 VkFormat bufferFormat,
141 VkFormat bufferFormat,
162 VkFormat bufferFormat,
228 VkFormat bufferFormat,
245 VkFormat bufferFormat,
262 VkFormat bufferFormat) in RobustBufferAccessTest() argument
[all …]
DvktRobustnessUtil.cpp121 bool verifyOutOfBoundsVec4 (const void* vecPtr, VkFormat bufferFormat) in verifyOutOfBoundsVec4() argument
123 if (isUintFormat(bufferFormat)) in verifyOutOfBoundsVec4()
132 else if (isIntFormat(bufferFormat)) in verifyOutOfBoundsVec4()
141 else if (isFloatFormat(bufferFormat)) in verifyOutOfBoundsVec4()
150 else if (bufferFormat == VK_FORMAT_A2B10G10R10_UNORM_PACK32) in verifyOutOfBoundsVec4()
DvktRobustBufferAccessWithVariablePointersTests.cpp201 VkFormat bufferFormat);
221 VkFormat bufferFormat) in RobustAccessWithPointersTest() argument
225 , m_bufferFormat(bufferFormat) in RobustAccessWithPointersTest()
239 VkFormat bufferFormat,
261 VkFormat bufferFormat,
305 VkFormat bufferFormat,
367 VkFormat bufferFormat,
382 VkFormat bufferFormat,
816 std::string MakeShader(VkShaderStageFlags shaderStage, ShaderType shaderType, VkFormat bufferFormat in MakeShader() argument
956 switch (bufferFormat) in MakeShader()
[all …]
DvktRobustnessUtil.hpp45 bool verifyOutOfBoundsVec4 (const void* vecPtr, vk::VkFormat bufferFormat);
/external/skia/src/gpu/
DGrAHardwareBufferUtils.h25 SkColorType GetSkColorTypeFromBufferFormat(uint32_t bufferFormat);
28 uint32_t bufferFormat, bool requireKnownFormat);
DGrAHardwareBufferUtils.cpp40 SkColorType GetSkColorTypeFromBufferFormat(uint32_t bufferFormat) { in GetSkColorTypeFromBufferFormat() argument
41 switch (bufferFormat) { in GetSkColorTypeFromBufferFormat()
64 uint32_t bufferFormat, bool requireKnownFormat) { in GetBackendFormat() argument
68 switch (bufferFormat) { in GetBackendFormat()
90 switch (bufferFormat) { in GetBackendFormat()
DGrAHardwareBufferImageGenerator.cpp68 uint32_t bufferFormat, GrSurfaceOrigin surfaceOrigin) in GrAHardwareBufferImageGenerator() argument
71 , fBufferFormat(bufferFormat) in GrAHardwareBufferImageGenerator()
DGrAHardwareBufferImageGenerator.h50 bool isProtectedContent, uint32_t bufferFormat,
/external/skqp/src/gpu/
DGrAHardwareBufferImageGenerator.cpp110 uint32_t bufferFormat, GrSurfaceOrigin surfaceOrigin) in GrAHardwareBufferImageGenerator() argument
113 , fBufferFormat(bufferFormat) in GrAHardwareBufferImageGenerator()
454 GrBackendApi backend, uint32_t bufferFormat) { in get_backend_format() argument
456 switch (bufferFormat) { in get_backend_format()
474 switch (bufferFormat) { in get_backend_format()
DGrAHardwareBufferImageGenerator.h57 bool isProtectedContent, uint32_t bufferFormat,
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp2962 const VkFormat bufferFormat = m_depthTest ? getDepthBufferFormat(m_dsFormat) : in readImage() local
2965 …t deUint32 imagePixelSize = static_cast<deUint32>(tcu::getPixelSize(mapVkFormat(bufferFormat))); in readImage()
2967 const tcu::TextureFormat tcuBufferFormat = mapVkFormat(bufferFormat); in readImage()