Searched refs:format_swizzle (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_image.c | 265 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/ |
H A D | lima_state.c | 367 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/ |
H A D | v3dv_image.c | 552 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/ |
H A D | anv_image.c | 2450 struct isl_swizzle format_swizzle) in remap_swizzle() 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() 2449 remap_swizzle(VkComponentSwizzle swizzle, struct isl_swizzle format_swizzle) remap_swizzle() argument
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_program.c | 2261 const uint8_t *format_swizzle = vc4_get_format_swizzle(format); in vc4_shader_ntq() local 2268 format_swizzle[arb_swiz]; in vc4_shader_ntq()
|
Completed in 17 milliseconds