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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dhsw_queryobj.c42 static const uint32_t maths[] = { local in function:mult_gpr0_by_80
76 BEGIN_BATCH(1 + ARRAY_SIZE(maths));
77 OUT_BATCH(HSW_MI_MATH | (1 + ARRAY_SIZE(maths) - 2));
79 for (int m = 0; m < ARRAY_SIZE(maths); m++)
80 OUT_BATCH(maths[m]);
91 static const uint32_t maths[] = { local in function:keep_gpr0_lower_n_bits
101 BEGIN_BATCH(1 + ARRAY_SIZE(maths));
102 OUT_BATCH(HSW_MI_MATH | (1 + ARRAY_SIZE(maths) - 2));
104 for (int m = 0; m < ARRAY_SIZE(maths); m++)
105 OUT_BATCH(maths[
167 static const uint32_t maths[] = { local in function:gpr0_to_bool
217 static const uint32_t maths[] = { local in function:calc_overflow_for_stream
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dhsw_queryobj.c40 static const uint32_t maths[] = { local in function:mult_gpr0_by_80
74 BEGIN_BATCH(1 + ARRAY_SIZE(maths));
75 OUT_BATCH(HSW_MI_MATH | (1 + ARRAY_SIZE(maths) - 2));
77 for (int m = 0; m < ARRAY_SIZE(maths); m++)
78 OUT_BATCH(maths[m]);
89 static const uint32_t maths[] = { local in function:keep_gpr0_lower_n_bits
99 BEGIN_BATCH(1 + ARRAY_SIZE(maths));
100 OUT_BATCH(HSW_MI_MATH | (1 + ARRAY_SIZE(maths) - 2));
102 for (int m = 0; m < ARRAY_SIZE(maths); m++)
103 OUT_BATCH(maths[
165 static const uint32_t maths[] = { local in function:gpr0_to_bool
215 static const uint32_t maths[] = { local in function:calc_overflow_for_stream
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_query.c573 static const uint32_t maths[] = { local in function:calc_overflow_for_stream
593 iris_batch_emit(batch, maths, sizeof(maths));

Completed in 5 milliseconds