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

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Ddinoshade.c208 GLfloat vec0[3], vec1[3]; local in function:findPlane
211 vec0[X] = v1[X] - v0[X];
212 vec0[Y] = v1[Y] - v0[Y];
213 vec0[Z] = v1[Z] - v0[Z];
220 plane[A] = vec0[Y] * vec1[Z] - vec0[Z] * vec1[Y];
221 plane[B] = -(vec0[X] * vec1[Z] - vec0[Z] * vec1[X]);
222 plane[C] = vec0[X] * vec1[Y] - vec0[
[all...]
H A Dteapot.c125 GLfloat vec0[3], vec1[3]; local in function:findplane
128 vec0[X] = v1[X] - v0[X];
129 vec0[Y] = v1[Y] - v0[Y];
130 vec0[Z] = v1[Z] - v0[Z];
137 plane[A] = vec0[Y] * vec1[Z] - vec0[Z] * vec1[Y];
138 plane[B] = -(vec0[X] * vec1[Z] - vec0[Z] * vec1[X]);
139 plane[C] = vec0[X] * vec1[Y] - vec0[
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_tess.c678 LLVMValueRef out[6], vec0, vec1, tf_base, inner[4], outer[4]; local in function:si_write_tess_factors
758 vec0 = ac_build_gather_values(&ctx->ac, out, MIN2(stride, 4));
784 ac_build_buffer_store_dword(&ctx->ac, buffer, vec0, MIN2(stride, 4), byteoffset, tf_base, offset,
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c3197 LLVMValueRef out[6], vec0, vec1, tf_base, inner[4], outer[4]; local in function:write_tess_factors
3264 vec0 = ac_build_gather_values(&ctx->ac, out, MIN2(stride, 4));
3293 ac_build_buffer_store_dword(&ctx->ac, buffer, vec0,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c3072 LLVMValueRef out[6], vec0, vec1, tf_base, inner[4], outer[4]; local in function:si_write_tess_factors
3158 vec0 = ac_build_gather_values(&ctx->ac, out, MIN2(stride, 4));
3190 ac_build_buffer_store_dword(&ctx->ac, buffer, vec0,

Completed in 20 milliseconds