Searched refs:format_swizzle (Results 1 – 5 of 5) sorted by relevance
265 const uint8_t *format_swizzle; in pvr_CreateImageView() local302 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() local418 format_swizzle = pvr_get_format_swizzle(info.format); in pvr_CreateBufferView()419 memcpy(info.swizzle, format_swizzle, sizeof(info.swizzle)); in pvr_CreateBufferView()
367 const uint8_t *format_swizzle = lima_format_get_texel_swizzle(cso->format); in lima_create_sampler_view() local368 util_format_compose_swizzles(format_swizzle, sampler_swizzle, so->swizzle); in lima_create_sampler_view()
552 const uint8_t *format_swizzle = v3dv_get_format_swizzle(device, format); in create_image_view() local553 util_format_compose_swizzles(format_swizzle, image_view_swizzle, in create_image_view()
2450 struct isl_swizzle format_swizzle) in remap_swizzle() argument2455 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()
2261 const uint8_t *format_swizzle = vc4_get_format_swizzle(format); in vc4_shader_ntq() local2268 format_swizzle[arb_swiz]; in vc4_shader_ntq()