Home
last modified time | relevance | path

Searched refs:dx_components (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c4063 unsigned coord_components = 0, offset_components = 0, dx_components = 0, dy_components = 0; in emit_tex() local
4118 dx_components = get_n_src(ctx, params.dx, ARRAY_SIZE(params.dx), in emit_tex()
4120 if (!dx_components) in emit_tex()
4187 PAD_SRC(ctx, params.dx, dx_components, float_undef); in emit_tex()