Searched refs:swizzled_load (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_buffer.c23 nir_ssa_def *swizzled_load = nir_swizzle(&b, load, (unsigned[]){0, 0, 0, 0}, 4); local in function:build_buffer_fill_shader
25 nir_store_ssbo(&b, swizzled_load, dst_buf, offset, .write_mask = 0xf,
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_buffer.c47 nir_ssa_def *swizzled_load = nir_swizzle(&b, &load->dest.ssa, (unsigned[]) { 0, 0, 0, 0}, 4, false); local in function:build_buffer_fill_shader
50 store->src[0] = nir_src_for_ssa(swizzled_load);

Completed in 5 milliseconds