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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c279 LLVMValueRef f32undef = LLVMGetUndef(ctx->ac.f32); local in function:si_llvm_init_ps_export_args
303 args->out[0] = f32undef;
304 args->out[1] = f32undef;
305 args->out[2] = f32undef;
306 args->out[3] = f32undef;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c2453 LLVMValueRef f32undef = LLVMGetUndef(ctx->ac.f32); local in function:si_llvm_init_export_args
2482 args->out[0] = f32undef;
2483 args->out[1] = f32undef;
2484 args->out[2] = f32undef;
2485 args->out[3] = f32undef;

Completed in 43 milliseconds