| /third_party/skia/m133/src/gpu/ganesh/ |
| D | GrAHardwareBufferUtils.cpp | 26 SkColorType GetSkColorTypeFromBufferFormat(uint32_t bufferFormat) { in GetSkColorTypeFromBufferFormat() 32 uint32_t bufferFormat, bool requireKnownFormat) { in GetBackendFormat()
|
| D | GrAHardwareBufferImageGenerator.cpp | 54 uint32_t bufferFormat, GrSurfaceOrigin surfaceOrigin) in GrAHardwareBufferImageGenerator()
|
| /third_party/skia/m133/src/gpu/android/ |
| D | AHardwareBufferUtils.cpp | 16 SkColorType GetSkColorTypeFromBufferFormat(uint32_t bufferFormat) { in GetSkColorTypeFromBufferFormat()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
| D | vktRobustnessBufferAccessTests.cpp | 302 VkFormat bufferFormat, in RobustBufferAccessTest() 329 VkFormat bufferFormat, in genBufferShaderAccess() 524 void RobustBufferAccessTest::genTexelBufferShaderAccess (VkFormat bufferFormat, in genTexelBufferShaderAccess() 598 VkFormat bufferFormat, in initBufferAccessPrograms() 718 VkFormat bufferFormat, in RobustBufferReadTest() 786 VkFormat bufferFormat, in RobustBufferWriteTest() 861 VkFormat bufferFormat, in BufferAccessInstance() 1567 VkFormat bufferFormat, in BufferReadInstance() 1593 VkFormat bufferFormat, in BufferWriteInstance() 1716 const VkFormat bufferFormat = formats[formatNdx]; in addBufferAccessTests() local
|
| D | vktRobustBufferAccessWithVariablePointersTests.cpp | 214 VkFormat bufferFormat) in RobustAccessWithPointersTest() 845 std::string MakeShader(VkShaderStageFlags shaderStage, ShaderType shaderType, VkFormat bufferFormat… in MakeShader() 1301 VkFormat bufferFormat, in RobustReadTest() 1339 VkFormat bufferFormat, in RobustWriteTest() 1384 VkFormat bufferFormat, in AccessInstance() 1860 VkFormat bufferFormat, in ReadInstance() 1883 VkFormat bufferFormat, in WriteInstance()
|
| D | vktRobustnessUtil.cpp | 189 bool verifyOutOfBoundsVec4 (const void* vecPtr, VkFormat bufferFormat) in verifyOutOfBoundsVec4()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
| D | vktRobustnessBufferAccessTests.cpp | 297 VkFormat bufferFormat, in RobustBufferAccessTest() 324 VkFormat bufferFormat, in genBufferShaderAccess() 476 void RobustBufferAccessTest::genTexelBufferShaderAccess (VkFormat bufferFormat, in genTexelBufferShaderAccess() 550 VkFormat bufferFormat, in initBufferAccessPrograms() 672 VkFormat bufferFormat, in RobustBufferReadTest() 741 VkFormat bufferFormat, in RobustBufferWriteTest() 816 VkFormat bufferFormat, in BufferAccessInstance() 1504 VkFormat bufferFormat, in BufferReadInstance() 1530 VkFormat bufferFormat, in BufferWriteInstance() 1652 const VkFormat bufferFormat = formats[formatNdx]; in addBufferAccessTests() local
|
| D | vktRobustBufferAccessWithVariablePointersTests.cpp | 216 VkFormat bufferFormat) in RobustAccessWithPointersTest() 849 std::string MakeShader(VkShaderStageFlags shaderStage, ShaderType shaderType, VkFormat bufferFormat… in MakeShader() 1306 VkFormat bufferFormat, in RobustReadTest() 1345 VkFormat bufferFormat, in RobustWriteTest() 1390 VkFormat bufferFormat, in AccessInstance() 1866 VkFormat bufferFormat, in ReadInstance() 1889 VkFormat bufferFormat, in WriteInstance()
|
| D | vktRobustnessUtil.cpp | 214 bool verifyOutOfBoundsVec4 (const void* vecPtr, VkFormat bufferFormat) in verifyOutOfBoundsVec4()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 104 …teConditionsInstance (Context& context, const BufferType& bufferType, const VkFormat& bufferFormat) in DepthStencilWriteConditionsInstance() 380 const VkFormat bufferFormat) in DepthStencilWriteConditionsTest()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 104 …teConditionsInstance (Context& context, const BufferType& bufferType, const VkFormat& bufferFormat) in DepthStencilWriteConditionsInstance() 382 const VkFormat bufferFormat) in DepthStencilWriteConditionsTest()
|
| /third_party/skia/src/gpu/ |
| D | GrAHardwareBufferUtils.cpp | 40 SkColorType GetSkColorTypeFromBufferFormat(uint32_t bufferFormat) { in GetSkColorTypeFromBufferFormat() 64 uint32_t bufferFormat, bool requireKnownFormat) { in GetBackendFormat()
|
| D | GrAHardwareBufferImageGenerator.cpp | 68 uint32_t bufferFormat, GrSurfaceOrigin surfaceOrigin) in GrAHardwareBufferImageGenerator()
|
| /third_party/skia/m133/src/gpu/ganesh/gl/ |
| D | AHardwareBufferGL.cpp | 34 uint32_t bufferFormat, bool requireKnownFormat) { in GetGLBackendFormat()
|
| /third_party/skia/m133/src/gpu/ganesh/vk/ |
| D | AHardwareBufferVk.cpp | 32 uint32_t bufferFormat, bool requireKnownFormat) { in GetVulkanBackendFormat()
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkImageView.cpp | 94 Identifier::Identifier(VkFormat bufferFormat) in Identifier()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | vk_format_utils.cpp | 203 const angle::Format &bufferFormat = getActualBufferFormat(compressed); in getVertexInputAlignment() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineImageUtil.cpp | 307 tcu::TextureFormat bufferFormat (tcu::TextureFormat::D, tcu::TextureFormat::CHANNELTYPE_LAST); in readDepthAttachment() local 385 tcu::TextureFormat bufferFormat (tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT8); in readStencilAttachment() local
|
| D | vktPipelineSamplerBorderSwizzleTests.cpp | 510 const auto bufferFormat = access.getFormat(); in comparePixelToColorClearValue() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| D | vktPipelineImageUtil.cpp | 297 tcu::TextureFormat bufferFormat (tcu::TextureFormat::D, tcu::TextureFormat::CHANNELTYPE_LAST); in readDepthAttachment() local 375 tcu::TextureFormat bufferFormat (tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT8); in readStencilAttachment() local
|
| D | vktPipelineSamplerBorderSwizzleTests.cpp | 454 const auto bufferFormat = access.getFormat(); in comparePixelToColorClearValue() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
| D | vktShaderObjectRenderingTests.cpp | 234 tcu::TextureFormat bufferFormat (tcu::TextureFormat::D, tcu::TextureFormat::CHANNELTYPE_LAST); in readDepthAttachment() local
|
| D | vktShaderObjectMiscTests.cpp | 433 tcu::TextureFormat bufferFormat (tcu::TextureFormat::D, tcu::TextureFormat::CHANNELTYPE_LAST); in readDepthAttachment() local 511 tcu::TextureFormat bufferFormat (tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT8); in readStencilAttachment() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
| D | vktImageDepthStencilDescriptorTests.cpp | 1237 const auto bufferFormat = getAspectStorageFormat(descriptors.at(bufferIdx).aspect); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
| D | vktImageDepthStencilDescriptorTests.cpp | 1237 const auto bufferFormat = getAspectStorageFormat(descriptors.at(bufferIdx).aspect); in iterate() local
|