Home
last modified time | relevance | path

Searched refs:VkComponentSwizzle (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_ycbcr_conversion.h36 VkComponentSwizzle mapping[4];
Dvk_nir_convert_ycbcr.c281 swizzle_to_component(VkComponentSwizzle swizzle) in swizzle_to_component()
393 VkComponentSwizzle ycbcr_swizzle = format_plane->ycbcr_swizzle[pc]; in lower_ycbcr_tex_instr()
421 const VkComponentSwizzle m = conversion->mapping[i]; in lower_ycbcr_tex_instr()
Dvk_image.c354 static VkComponentSwizzle
355 remap_swizzle(VkComponentSwizzle swizzle, VkComponentSwizzle component) in remap_swizzle()
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_format.c412 VkComponentSwizzle swizzle[4] = { mapping.r, mapping.g, mapping.b, mapping.a }; in vk_component_mapping_to_pipe_swizzle()
630 VkComponentSwizzle swizzle, in swizzled_color_component()
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py593 printer.write_enum("r", VkComponentSwizzle, indent)
594 printer.write_enum("g", VkComponentSwizzle, indent)
595 printer.write_enum("b", VkComponentSwizzle, indent)
596 printer.write_enum("a", VkComponentSwizzle, indent)
1229 VkComponentSwizzle = { variable
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dtextures.adoc464 elink:VkComponentSwizzle for any of the slink:VkComponentMapping
472 elink:VkComponentSwizzle for any of the slink:VkComponentMapping
497 elink:VkComponentSwizzle for any of the slink:VkComponentMapping
505 elink:VkComponentSwizzle for any of the slink:VkComponentMapping
983 elink:VkComponentSwizzle enums in the pname:components member of the
989 * the elink:VkComponentSwizzle enums in the pname:components member of the
993 * the elink:VkComponentSwizzle enums in the pname:components member of the
1043 and the elink:VkComponentSwizzle is not the
1049 elink:VkComponentSwizzle is ename:VK_COMPONENT_SWIZZLE_ONE, the value of the
1054 elink:VkComponentSwizzle is ename:VK_COMPONENT_SWIZZLE_ONE, and
Dsamplers.adoc862 * pname:components applies a _swizzle_ based on elink:VkComponentSwizzle
Dresources.adoc5660 * pname:r is a elink:VkComponentSwizzle specifying the component value
5662 * pname:g is a elink:VkComponentSwizzle specifying the component value
5664 * pname:b is a elink:VkComponentSwizzle specifying the component value
5666 * pname:a is a elink:VkComponentSwizzle specifying the component value
5672 [open,refpage='VkComponentSwizzle',desc='Specify how a component is swizzled',type='enums']
5677 include::{generated}/api/enums/VkComponentSwizzle.adoc[]
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp1564 memcpy(*ptr, (VkComponentSwizzle*)&forMarshaling->r, sizeof(VkComponentSwizzle)); in reservedmarshal_VkComponentMapping()
1565 *ptr += sizeof(VkComponentSwizzle); in reservedmarshal_VkComponentMapping()
1566 memcpy(*ptr, (VkComponentSwizzle*)&forMarshaling->g, sizeof(VkComponentSwizzle)); in reservedmarshal_VkComponentMapping()
1567 *ptr += sizeof(VkComponentSwizzle); in reservedmarshal_VkComponentMapping()
1568 memcpy(*ptr, (VkComponentSwizzle*)&forMarshaling->b, sizeof(VkComponentSwizzle)); in reservedmarshal_VkComponentMapping()
1569 *ptr += sizeof(VkComponentSwizzle); in reservedmarshal_VkComponentMapping()
1570 memcpy(*ptr, (VkComponentSwizzle*)&forMarshaling->a, sizeof(VkComponentSwizzle)); in reservedmarshal_VkComponentMapping()
1571 *ptr += sizeof(VkComponentSwizzle); in reservedmarshal_VkComponentMapping()
Dgoldfish_vk_marshaling_guest.cpp1995 vkStream->write((VkComponentSwizzle*)&forMarshaling->r, sizeof(VkComponentSwizzle)); in marshal_VkComponentMapping()
1996 vkStream->write((VkComponentSwizzle*)&forMarshaling->g, sizeof(VkComponentSwizzle)); in marshal_VkComponentMapping()
1997 vkStream->write((VkComponentSwizzle*)&forMarshaling->b, sizeof(VkComponentSwizzle)); in marshal_VkComponentMapping()
1998 vkStream->write((VkComponentSwizzle*)&forMarshaling->a, sizeof(VkComponentSwizzle)); in marshal_VkComponentMapping()
2004 vkStream->read((VkComponentSwizzle*)&forUnmarshaling->r, sizeof(VkComponentSwizzle)); in unmarshal_VkComponentMapping()
2005 vkStream->read((VkComponentSwizzle*)&forUnmarshaling->g, sizeof(VkComponentSwizzle)); in unmarshal_VkComponentMapping()
2006 vkStream->read((VkComponentSwizzle*)&forUnmarshaling->b, sizeof(VkComponentSwizzle)); in unmarshal_VkComponentMapping()
2007 vkStream->read((VkComponentSwizzle*)&forUnmarshaling->a, sizeof(VkComponentSwizzle)); in unmarshal_VkComponentMapping()
Dgoldfish_vk_counting_guest.cpp1115 *count += sizeof(VkComponentSwizzle); in count_VkComponentMapping()
1116 *count += sizeof(VkComponentSwizzle); in count_VkComponentMapping()
1117 *count += sizeof(VkComponentSwizzle); in count_VkComponentMapping()
1118 *count += sizeof(VkComponentSwizzle); in count_VkComponentMapping()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp2229 vkStream->write((VkComponentSwizzle*)&forMarshaling->r, sizeof(VkComponentSwizzle)); in marshal_VkComponentMapping()
2230 vkStream->write((VkComponentSwizzle*)&forMarshaling->g, sizeof(VkComponentSwizzle)); in marshal_VkComponentMapping()
2231 vkStream->write((VkComponentSwizzle*)&forMarshaling->b, sizeof(VkComponentSwizzle)); in marshal_VkComponentMapping()
2232 vkStream->write((VkComponentSwizzle*)&forMarshaling->a, sizeof(VkComponentSwizzle)); in marshal_VkComponentMapping()
2238 vkStream->read((VkComponentSwizzle*)&forUnmarshaling->r, sizeof(VkComponentSwizzle)); in unmarshal_VkComponentMapping()
2239 vkStream->read((VkComponentSwizzle*)&forUnmarshaling->g, sizeof(VkComponentSwizzle)); in unmarshal_VkComponentMapping()
2240 vkStream->read((VkComponentSwizzle*)&forUnmarshaling->b, sizeof(VkComponentSwizzle)); in unmarshal_VkComponentMapping()
2241 vkStream->read((VkComponentSwizzle*)&forUnmarshaling->a, sizeof(VkComponentSwizzle)); in unmarshal_VkComponentMapping()
Dgoldfish_vk_reserved_marshaling.cpp1712 memcpy((VkComponentSwizzle*)&forUnmarshaling->r, *ptr, sizeof(VkComponentSwizzle)); in reservedunmarshal_VkComponentMapping()
1713 *ptr += sizeof(VkComponentSwizzle); in reservedunmarshal_VkComponentMapping()
1714 memcpy((VkComponentSwizzle*)&forUnmarshaling->g, *ptr, sizeof(VkComponentSwizzle)); in reservedunmarshal_VkComponentMapping()
1715 *ptr += sizeof(VkComponentSwizzle); in reservedunmarshal_VkComponentMapping()
1716 memcpy((VkComponentSwizzle*)&forUnmarshaling->b, *ptr, sizeof(VkComponentSwizzle)); in reservedunmarshal_VkComponentMapping()
1717 *ptr += sizeof(VkComponentSwizzle); in reservedunmarshal_VkComponentMapping()
1718 memcpy((VkComponentSwizzle*)&forUnmarshaling->a, *ptr, sizeof(VkComponentSwizzle)); in reservedunmarshal_VkComponentMapping()
1719 *ptr += sizeof(VkComponentSwizzle); in reservedunmarshal_VkComponentMapping()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h1789 typedef enum VkComponentSwizzle { enum
1798 } VkComponentSwizzle; typedef
3428 VkComponentSwizzle r;
3429 VkComponentSwizzle g;
3430 VkComponentSwizzle b;
3431 VkComponentSwizzle a;
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvk_enum_string_helper.h3225 static inline const char* string_VkComponentSwizzle(VkComponentSwizzle input_value) in string_VkComponentSwizzle()