/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessBufferAccessTests.cpp | 81 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 …]
|
D | vktRobustnessUtil.cpp | 121 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()
|
D | vktRobustBufferAccessWithVariablePointersTests.cpp | 201 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 …]
|
D | vktRobustnessUtil.hpp | 45 bool verifyOutOfBoundsVec4 (const void* vecPtr, vk::VkFormat bufferFormat);
|
/external/skia/src/gpu/ |
D | GrAHardwareBufferUtils.h | 25 SkColorType GetSkColorTypeFromBufferFormat(uint32_t bufferFormat); 28 uint32_t bufferFormat, bool requireKnownFormat);
|
D | GrAHardwareBufferUtils.cpp | 40 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()
|
D | GrAHardwareBufferImageGenerator.cpp | 68 uint32_t bufferFormat, GrSurfaceOrigin surfaceOrigin) in GrAHardwareBufferImageGenerator() argument 71 , fBufferFormat(bufferFormat) in GrAHardwareBufferImageGenerator()
|
D | GrAHardwareBufferImageGenerator.h | 50 bool isProtectedContent, uint32_t bufferFormat,
|
/external/skqp/src/gpu/ |
D | GrAHardwareBufferImageGenerator.cpp | 110 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()
|
D | GrAHardwareBufferImageGenerator.h | 57 bool isProtectedContent, uint32_t bufferFormat,
|
/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderTests.cpp | 2962 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()
|