HomeSort by relevance Sort by last modified time
    Searched refs:VK_COMPONENT_SWIZZLE_G (Results 1 - 25 of 39) sorted by null

1 2

  /external/skia/src/gpu/vk/
GrVkImageView.cpp 24 { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G,
  /external/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.hpp 82 VK_COMPONENT_SWIZZLE_G,
vkImageUtil.cpp 495 static const VkComponentMapping RG = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_ZERO, VK_COMPONENT_SWIZZLE_ONE };
496 static const VkComponentMapping RGB = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_ONE };
497 static const VkComponentMapping RGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
500 static const VkComponentMapping BGRA = { VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_A };
501 static const VkComponentMapping BGR = { VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_ONE };
    [all...]
vkBasicTypes.inl 430 VK_COMPONENT_SWIZZLE_G = 4,
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.h 322 createView.components.g = VK_COMPONENT_SWIZZLE_G;
vkrenderframework.cpp 825 view.components.g = VK_COMPONENT_SWIZZLE_G;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp 459 VK_COMPONENT_SWIZZLE_G,
    [all...]
vktApiBufferViewAccessTests.cpp 152 const VkComponentMapping channelMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.hpp 51 vk::VkComponentSwizzle g = vk::VK_COMPONENT_SWIZZLE_G,
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateCreateInfoUtil.hpp 53 vk::VkComponentSwizzle g = vk::VK_COMPONENT_SWIZZLE_G,
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolCreateInfoUtil.hpp 51 vk::VkComponentSwizzle g = vk::VK_COMPONENT_SWIZZLE_G,
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineDepthTests.cpp 234 const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
    [all...]
vktPipelineImageSamplingInstance.cpp 360 const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
    [all...]
vktPipelineStencilTests.cpp 323 const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
    [all...]
vktPipelineCacheTests.cpp     [all...]
vktPipelineInputAssemblyTests.cpp 926 const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
    [all...]
vktPipelinePushConstantTests.cpp 477 const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
    [all...]
vktPipelineVertexInputTests.cpp 651 const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
    [all...]
vktPipelineMultisampleTests.cpp     [all...]
vktPipelineTimestampTests.cpp     [all...]
  /external/vulkan-validation-layers/demos/
cube.c 896 .g = VK_COMPONENT_SWIZZLE_G,
    [all...]
tri.c 689 .g = VK_COMPONENT_SWIZZLE_G,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktSynchronization.cpp 260 componentMap.g = VK_COMPONENT_SWIZZLE_G;
    [all...]

Completed in 841 milliseconds

1 2