Home
last modified time | relevance | path

Searched refs:format_swizzle (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/imagination/vulkan/
Dpvr_image.c265 const uint8_t *format_swizzle; in pvr_CreateImageView() local
302 format_swizzle = pvr_get_format_swizzle(info.format); in pvr_CreateImageView()
303 util_format_compose_swizzles(format_swizzle, input_swizzle, info.swizzle); in pvr_CreateImageView()
375 const uint8_t *format_swizzle; in pvr_CreateBufferView() local
418 format_swizzle = pvr_get_format_swizzle(info.format); in pvr_CreateBufferView()
419 memcpy(info.swizzle, format_swizzle, sizeof(info.swizzle)); in pvr_CreateBufferView()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_state.c367 const uint8_t *format_swizzle = lima_format_get_texel_swizzle(cso->format); in lima_create_sampler_view() local
368 util_format_compose_swizzles(format_swizzle, sampler_swizzle, so->swizzle); in lima_create_sampler_view()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_image.c552 const uint8_t *format_swizzle = v3dv_get_format_swizzle(device, format); in create_image_view() local
553 util_format_compose_swizzles(format_swizzle, image_view_swizzle, in create_image_view()
/third_party/mesa3d/src/intel/vulkan/
Danv_image.c2450 struct isl_swizzle format_swizzle) in remap_swizzle() argument
2455 case VK_COMPONENT_SWIZZLE_R: return format_swizzle.r; in remap_swizzle()
2456 case VK_COMPONENT_SWIZZLE_G: return format_swizzle.g; in remap_swizzle()
2457 case VK_COMPONENT_SWIZZLE_B: return format_swizzle.b; in remap_swizzle()
2458 case VK_COMPONENT_SWIZZLE_A: return format_swizzle.a; in remap_swizzle()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c2261 const uint8_t *format_swizzle = vc4_get_format_swizzle(format); in vc4_shader_ntq() local
2268 format_swizzle[arb_swiz]; in vc4_shader_ntq()