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

1 2

  /external/skia/src/gpu/vk/
GrVkImageView.cpp 25 VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A }, // components
  /external/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.hpp 84 VK_COMPONENT_SWIZZLE_A);
vkImageUtil.cpp 497 static const VkComponentMapping RGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
498 static const VkComponentMapping S = { VK_COMPONENT_SWIZZLE_ZERO, VK_COMPONENT_SWIZZLE_ZERO, VK_COMPONENT_SWIZZLE_ZERO, VK_COMPONENT_SWIZZLE_A };
499 static const VkComponentMapping DS = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_ZERO, VK_COMPONENT_SWIZZLE_ZERO, 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 };
    [all...]
vkBasicTypes.inl 432 VK_COMPONENT_SWIZZLE_A = 6,
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.h 324 createView.components.a = VK_COMPONENT_SWIZZLE_A;
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp 461 VK_COMPONENT_SWIZZLE_A
    [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 53 vk::VkComponentSwizzle a = vk::VK_COMPONENT_SWIZZLE_A);
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateCreateInfoUtil.hpp 55 vk::VkComponentSwizzle a = vk::VK_COMPONENT_SWIZZLE_A);
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolCreateInfoUtil.hpp 53 vk::VkComponentSwizzle a = vk::VK_COMPONENT_SWIZZLE_A);
  /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...]
  /external/vulkan-validation-layers/demos/
cube.c 898 .a = VK_COMPONENT_SWIZZLE_A,
    [all...]
tri.c 691 .a = VK_COMPONENT_SWIZZLE_A,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp     [all...]
  /external/skia/third_party/vulkan/
vulkan.h 519 VK_COMPONENT_SWIZZLE_A = 6,
521 VK_COMPONENT_SWIZZLE_END_RANGE = VK_COMPONENT_SWIZZLE_A,
522 VK_COMPONENT_SWIZZLE_RANGE_SIZE = (VK_COMPONENT_SWIZZLE_A - VK_COMPONENT_SWIZZLE_IDENTITY + 1),
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h 526 VK_COMPONENT_SWIZZLE_A = 6,
528 VK_COMPONENT_SWIZZLE_END_RANGE = VK_COMPONENT_SWIZZLE_A,
529 VK_COMPONENT_SWIZZLE_RANGE_SIZE = (VK_COMPONENT_SWIZZLE_A - VK_COMPONENT_SWIZZLE_IDENTITY + 1),
    [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h 523 VK_COMPONENT_SWIZZLE_A = 6,
525 VK_COMPONENT_SWIZZLE_END_RANGE = VK_COMPONENT_SWIZZLE_A,
526 VK_COMPONENT_SWIZZLE_RANGE_SIZE = (VK_COMPONENT_SWIZZLE_A - VK_COMPONENT_SWIZZLE_IDENTITY + 1),
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h 519 VK_COMPONENT_SWIZZLE_A = 6,
521 VK_COMPONENT_SWIZZLE_END_RANGE = VK_COMPONENT_SWIZZLE_A,
522 VK_COMPONENT_SWIZZLE_RANGE_SIZE = (VK_COMPONENT_SWIZZLE_A - VK_COMPONENT_SWIZZLE_IDENTITY + 1),
    [all...]

Completed in 381 milliseconds

1 2