Searched refs:COLOR_FORMAT (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineFramebufferAttachmentTests.cpp | 69 static const VkFormat COLOR_FORMAT = VK_FORMAT_R8G8B8A8_UNORM; variable 408 …ize_x * att_size_y * att_size_z * caseDef.numLayers * tcu::getPixelSize(mapVkFormat(COLOR_FORMAT)); in test() 420 …const Unique<VkRenderPass> renderPass (makeRenderPass(vk, device, COLOR_FORMAT, caseDef.numLaye… in test() 448 … = makeImage(vk, device, VkImageViewCreateFlags(0), getImageType(caseDef.imageType), COLOR_FORMAT, in test() 456 … = makeImage(vk, device, VkImageViewCreateFlags(0), getImageType(caseDef.imageType), COLOR_FORMAT, in test() 466 imageViewType, COLOR_FORMAT, makeColorSubresourceRange(layerNdx, 1)))); in test() 653 const tcu::TextureFormat format = mapVkFormat(COLOR_FORMAT); in test() 810 … = makeImage(vk, device, VkImageViewCreateFlags(0), VK_IMAGE_TYPE_2D, COLOR_FORMAT, imageDim, imag… in testNoAtt() 813 …ageView = makeImageView(vk, device, *image, VK_IMAGE_VIEW_TYPE_2D, COLOR_FORMAT, imageSubresour… in testNoAtt() 816 … imageWidth * imageHeight * imageDepth * numSamples * tcu::getPixelSize(mapVkFormat(COLOR_FORMAT)); in testNoAtt() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_surface.c | 246 BEGIN_NV04(push, NV03_SIFM(COLOR_FORMAT), 8); in nv04_surface_copy_swizzle() 449 BEGIN_NV04(push, NV01_PATT(COLOR_FORMAT), 1); in nv04_surface_fill() 454 BEGIN_NV04(push, NV04_GDI(COLOR_FORMAT), 1); in nv04_surface_fill()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_transfer.c | 462 BEGIN_NV04(push, NV03_SIFM(COLOR_FORMAT), 8); in nv30_transfer_rect_sifm()
|