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

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Dnir_to_dxil.c4061 const struct dxil_value *float_undef = dxil_module_get_undef(&ctx->mod, float_type); local in function:emit_tex
4162 PAD_SRC(ctx, params.coord, coord_components, float_undef);
4164 if (!params.min_lod) params.min_lod = float_undef;
4187 PAD_SRC(ctx, params.dx, dx_components, float_undef);
4188 PAD_SRC(ctx, params.dy, dy_components,float_undef);

Completed in 59 milliseconds