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

1 2 3

  /external/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.hpp 92 VK_COMPONENT_SWIZZLE_G,
vkBasicTypes.inl     [all...]
  /external/mesa3d/src/amd/vulkan/
vk_format.h 277 case VK_COMPONENT_SWIZZLE_G:
302 dst[1] = radv_swizzle_conv(VK_COMPONENT_SWIZZLE_G, swz, mapping->g);
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiGranularityTests.cpp 221 VK_COMPONENT_SWIZZLE_G,
vktApiSmokeTests.cpp 459 VK_COMPONENT_SWIZZLE_G,
    [all...]
vktApiGetMemoryCommitment.cpp 107 const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
vktApiBufferViewAccessTests.cpp 166 const VkComponentMapping channelMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
vkrenderframework.h 284 createView.components.g = VK_COMPONENT_SWIZZLE_G;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageViewTests.cpp 344 const VkComponentMapping componentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
635 const VkComponentMapping baseMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
vktPipelineImageTests.cpp 208 const VkComponentMapping componentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
vktPipelineImageSamplingInstance.cpp 222 const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
    [all...]
vktPipelineDepthTests.cpp 234 const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
    [all...]
vktPipelineSamplerTests.cpp 252 const VkComponentMapping componentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
    [all...]
vktPipelineStencilTests.cpp 320 const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
    [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 608 const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_image.c 455 case VK_COMPONENT_SWIZZLE_G: return format_swizzle.g;
524 VK_COMPONENT_SWIZZLE_G, format.swizzle),
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.hpp 51 vk::VkComponentSwizzle g = vk::VK_COMPONENT_SWIZZLE_G,
  /external/deqp/external/vulkancts/modules/vulkan/robustness/
vktRobustnessUtil.cpp 280 const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
  /external/vulkan-validation-layers/tests/
vkrenderframework.h 281 createView.components.g = VK_COMPONENT_SWIZZLE_G;
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_enum_string_helper.h 364 case VK_COMPONENT_SWIZZLE_G:
365 return "VK_COMPONENT_SWIZZLE_G";
    [all...]
vk_enum_validate_helper.h 224 case VK_COMPONENT_SWIZZLE_G:
    [all...]
  /cts/tests/tests/graphics/jni/
VulkanPreTransformTestHelpers.cpp 425 .g = VK_COMPONENT_SWIZZLE_G,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmGraphicsShaderTestUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringExplicitLodTests.cpp 920 VK_COMPONENT_SWIZZLE_G,
    [all...]

Completed in 857 milliseconds

1 2 3