HomeSort by relevance Sort by last modified time
    Searched defs:COLOR_FORMAT (Results 1 - 8 of 8) sorted by null

  /hardware/qcom/display/msm8084/libgralloc/
fb_priv.h 27 #define COLOR_FORMAT(x) (x & 0xFFF) // Max range for colorFormats is 0 - FFF
  /hardware/qcom/display/msm8226/libgralloc/
fb_priv.h 27 #define COLOR_FORMAT(x) (x & 0xFFF) // Max range for colorFormats is 0 - FFF
  /hardware/qcom/display/msm8909/libgralloc/
fb_priv.h 27 #define COLOR_FORMAT(x) (x & 0xFFF) // Max range for colorFormats is 0 - FFF
  /hardware/qcom/display/msm8909w_3100/libgralloc/
fb_priv.h 27 #define COLOR_FORMAT(x) (x & 0xFFF) // Max range for colorFormats is 0 - FFF
  /hardware/qcom/display/msm8960/libgralloc/
fb_priv.h 27 #define COLOR_FORMAT(x) (x & 0xFFF) // Max range for colorFormats is 0 - FFF
  /hardware/qcom/display/msm8994/libgralloc/
fb_priv.h 27 #define COLOR_FORMAT(x) (x & 0xFFF) // Max range for colorFormats is 0 - FFF
  /hardware/qcom/display/msm8996/libgralloc/
fb_priv.h 27 #define COLOR_FORMAT(x) (x & 0xFFF) // Max range for colorFormats is 0 - FFF
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineFramebufferAttachmentTests.cpp 66 static const VkFormat COLOR_FORMAT = VK_FORMAT_R8G8B8A8_UNORM;
530 const VkDeviceSize colorBufferSize = att_size_x * att_size_y * att_size_z * caseDef.numLayers * tcu::getPixelSize(mapVkFormat(COLOR_FORMAT));
542 const Unique<VkRenderPass> renderPass (makeRenderPass(vk, device, COLOR_FORMAT, caseDef.numLayers, caseDef.multisample));
570 colorImage = makeImage(vk, device, VkImageViewCreateFlags(0), getImageType(caseDef.imageType), COLOR_FORMAT,
578 msColorImage = makeImage(vk, device, VkImageViewCreateFlags(0), getImageType(caseDef.imageType), COLOR_FORMAT,
588 imageViewType, COLOR_FORMAT, makeColorSubresourceRange(layerNdx, 1))));
    [all...]

Completed in 1215 milliseconds