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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_bitcast.h40 u_bitcast_f2u(float f) function in typeref:typename:unsigned
H A Du_compute.c95 unsigned data[] = {u_bitcast_f2u((blit_info->src.box.x + 0.5) / (float)src->width0),
96 u_bitcast_f2u((blit_info->src.box.y + 0.5) / (float)src->height0),
97 u_bitcast_f2u(blit_info->src.box.z),
98 u_bitcast_f2u(0),
99 u_bitcast_f2u(x_scale / src->width0),
100 u_bitcast_f2u(y_scale / src->height0),
101 u_bitcast_f2u(z_scale),
102 u_bitcast_f2u(0),
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_compute.c96 unsigned data[] = {u_bitcast_f2u((blit_info->src.box.x + offset) / (float)src->width0),
97 u_bitcast_f2u((blit_info->src.box.y + offset) / (float)src->height0),
98 u_bitcast_f2u(blit_info->src.box.z),
99 u_bitcast_f2u(0),
100 u_bitcast_f2u(x_scale / src->width0),
101 u_bitcast_f2u(y_scale / src->height0),
102 u_bitcast_f2u(z_scale),
103 u_bitcast_f2u(0),
H A Du_bitcast.h41 u_bitcast_f2u(float f) function in typeref:typename:uint32_t
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_cliptest_tmp.h50 u_bitcast_f2u(out->data[viewport_index_output][0]): 0;
77 viewport_index = u_bitcast_f2u(out->data[viewport_index_output][0]);
H A Ddraw_pipe_clip.c89 u_bitcast_f2u(leading_vertex->data[viewport_index_output][0]);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_cliptest_tmp.h55 viewport_index = u_bitcast_f2u(out->data[viewport_index_output][0]);
83 viewport_index = u_bitcast_f2u(out->data[viewport_index_output][0]);
H A Ddraw_pipe_clip.c89 u_bitcast_f2u(leading_vertex->data[viewport_index_output][0]);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_inline_literals.c49 unsigned float_bits = u_bitcast_f2u(f);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_inline_literals.c49 unsigned float_bits = u_bitcast_f2u(f);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c1455 return emit_constant_32(b, type, u_bitcast_f2u(val));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c5249 alu.src[1].value = u_bitcast_f2u(0.5f * M_1_PI);
5288 alu.src[1].value = u_bitcast_f2u(2.0f * M_PI);
5289 alu.src[2].value = u_bitcast_f2u(-M_PI);
7653 alu.src[2].value = u_bitcast_f2u(1.5f);
7674 alu.src[2].value = u_bitcast_f2u(1.5f);
7759 alu.src[1].value = u_bitcast_f2u(8.0f);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c5347 alu.src[1].value = u_bitcast_f2u(0.5f * M_1_PI);
5386 alu.src[1].value = u_bitcast_f2u(2.0f * M_PI);
5387 alu.src[2].value = u_bitcast_f2u(-M_PI);
7752 alu.src[2].value = u_bitcast_f2u(1.5f);
7773 alu.src[2].value = u_bitcast_f2u(1.5f);
7858 alu.src[1].value = u_bitcast_f2u(8.0f);

Completed in 110 milliseconds