HomeSort by: relevance | last modified time | path
    Searched defs:perspective (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_linear.c 143 boolean perspective = local
151 perspective,
173 //boolean perspective = (info->base.input_interpolate[i] ==
314 debug_printf(" -- samp[%d]: texcoord not perspective\n", i);
lp_setup_point.c 86 * perspective divide.
104 * \param perspective does the shader expects pre-multiplied w, i.e.,
113 boolean perspective)
129 if (perspective) {
149 if (perspective) {
161 info->a0[slot][3] = perspective ? w0 : 1.0f;
224 boolean perspective = !!(interp == LP_INTERP_PERSPECTIVE); local
227 if (perspective && usage_mask) {
267 perspective);
277 if (perspective) {
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
disasm.c 204 bool perspective = varying->imm.source_type < 2 && varying->imm.perspective; local
205 if (perspective)
207 fprintf(fp, ".perspective");
208 switch (varying->imm.perspective)
242 switch (varying->imm.perspective) {
266 if (varying->imm.perspective)
codegen.h 77 unsigned perspective : 2; member in struct:__anon1281::__anon1282
91 unsigned perspective : 2; member in struct:__anon1281::__anon1283
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/
disasm.c 178 bool perspective = varying->imm.source_type < 2 && varying->imm.perspective; local
179 if (perspective)
181 printf(".perspective");
182 switch (varying->imm.perspective)
219 if (varying->imm.perspective)
codegen.h 77 unsigned perspective : 2; member in struct:__anon3747::__anon3748
91 unsigned perspective : 2; member in struct:__anon3747::__anon3749
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
lp_setup_point.c 86 * perspective divide.
104 * \param perspective does the shader expects pre-multiplied w, i.e.,
113 boolean perspective)
129 if (perspective) {
149 if (perspective) {
161 info->a0[slot][3] = perspective ? w0 : 1.0f;
224 boolean perspective = !!(interp == LP_INTERP_PERSPECTIVE); local
227 if (perspective & usage_mask) {
259 perspective);
269 if (perspective) {
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/
es2gears.c 31 * * Use perspective projection transformation.
411 * Calculate a perspective projection transformation.
419 void perspective(GLfloat *m, GLfloat fovy, GLfloat aspect, GLfloat zNear, GLfloat zFar) function
547 perspective(ProjectionMatrix, 60.0, width / (float)height, 1.0, 1024.0);
  /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
agx_compiler.h 295 bool perspective : 1; member in struct:__anon609

Completed in 10 milliseconds