Home
last modified time | relevance | path

Searched refs:remap_swizzle (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_image.c320 remap_swizzle(VkComponentSwizzle swizzle, VkComponentSwizzle component) in remap_swizzle() function
450 .r = remap_swizzle(pCreateInfo->components.r, VK_COMPONENT_SWIZZLE_R), in vk_image_view_init()
451 .g = remap_swizzle(pCreateInfo->components.g, VK_COMPONENT_SWIZZLE_G), in vk_image_view_init()
452 .b = remap_swizzle(pCreateInfo->components.b, VK_COMPONENT_SWIZZLE_B), in vk_image_view_init()
453 .a = remap_swizzle(pCreateInfo->components.a, VK_COMPONENT_SWIZZLE_A), in vk_image_view_init()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_image.c2449 remap_swizzle(VkComponentSwizzle swizzle, in remap_swizzle() function
2733 .r = remap_swizzle(iview->vk.swizzle.r, format.swizzle), in anv_CreateImageView()
2734 .g = remap_swizzle(iview->vk.swizzle.g, format.swizzle), in anv_CreateImageView()
2735 .b = remap_swizzle(iview->vk.swizzle.b, format.swizzle), in anv_CreateImageView()
2736 .a = remap_swizzle(iview->vk.swizzle.a, format.swizzle), in anv_CreateImageView()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.cpp2843 string CompilerGLSL::remap_swizzle(const SPIRType &out_type, uint32_t input_components, const string &expr)
5223 res = remap_swizzle(get<SPIRType>(c.constant_type), 1, res);
5245 res = remap_swizzle(get<SPIRType>(c.constant_type), 1, res);
5267 res = remap_swizzle(get<SPIRType>(c.constant_type), 1, res);
6837 expr = remap_swizzle(result_type, 1, expr);
6849 expr = remap_swizzle(result_type, 4, expr);
10386 constructor_op = remap_swizzle(get<SPIRType>(result_type), 1, to_unpacked_expression(elems[0]));
11779 imgexpr = remap_swizzle(get<SPIRType>(result_type), var->remapped_components, to_expression(ops[2]));
11786 imgexpr = remap_swizzle(get<SPIRType>(result_type), components, to_expression(ops[2]));
11831 imgexpr = remap_swizzle(ge
[all...]
H A Dspirv_glsl.hpp711 std::string remap_swizzle(const SPIRType &result_type, uint32_t input_components, const std::string &expr);
H A Dspirv_hlsl.cpp5313 imgexpr = remap_swizzle(get<SPIRType>(result_type), in emit_instruction()
5350 value_expr = remap_swizzle(narrowed_type, expression_type(ops[2]).vecsize, value_expr); in emit_instruction()
H A Dspirv_msl.cpp2474 remap_swizzle(padded_type, usable_type->vecsize, join(to_name(var.self), "[", i, "]")), in add_composite_variable_to_interface_block()
7927 remap_swizzle(store_type, texel_type.vecsize, to_expression(texel_id)), ", ", in emit_instruction()

Completed in 38 milliseconds