Searched refs:deriv (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | bifrost_isa.py | 76 for deriv in obj.findall('derived'): 77 loc = [int(deriv.attrib['start']), int(deriv.attrib['size'])] 80 opts = [parse_cond(d) for d in deriv.findall('*')]
|
| H A D | gen_disasm.py | 184 deriv = [] 192 deriv.append(evaled) 194 return deriv
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | prog_execute.c | 238 GLfloat deriv[4]; local in function:fetch_vector4_deriv 241 deriv[0] = machine->DerivX[source->Index][0] * invQ; 242 deriv[1] = machine->DerivX[source->Index][1] * invQ; 243 deriv[2] = machine->DerivX[source->Index][2] * invQ; 244 deriv[3] = machine->DerivX[source->Index][3] * invQ; 247 deriv[0] = machine->DerivY[source->Index][0] * invQ; 248 deriv[1] = machine->DerivY[source->Index][1] * invQ; 249 deriv[2] = machine->DerivY[source->Index][2] * invQ; 250 deriv[3] = machine->DerivY[source->Index][3] * invQ; 253 result[0] = deriv[GET_SW [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | prog_execute.c | 238 GLfloat deriv[4]; local in function:fetch_vector4_deriv 241 deriv[0] = machine->DerivX[source->Index][0] * invQ; 242 deriv[1] = machine->DerivX[source->Index][1] * invQ; 243 deriv[2] = machine->DerivX[source->Index][2] * invQ; 244 deriv[3] = machine->DerivX[source->Index][3] * invQ; 247 deriv[0] = machine->DerivY[source->Index][0] * invQ; 248 deriv[1] = machine->DerivY[source->Index][1] * invQ; 249 deriv[2] = machine->DerivY[source->Index][2] * invQ; 250 deriv[3] = machine->DerivY[source->Index][3] * invQ; 253 result[0] = deriv[GET_SW [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/glsl/ |
| H A D | Makefile.am | 46 deriv \ program in directory:bin
|
| H A D | Makefile.in | 118 @HAVE_GLUT_TRUE@ deriv$(EXEEXT) fragcoord$(EXEEXT) \ 176 deriv_SOURCES = deriv.c 177 deriv_OBJECTS = deriv.$(OBJEXT) 329 convolutions.c deriv.c fragcoord.c fsraytrace.c \ 339 bump.c convolutions.c deriv.c fragcoord.c fsraytrace.c \ 718 deriv$(EXEEXT): $(deriv_OBJECTS) $(deriv_DEPENDENCIES) $(EXTRA_deriv_DEPENDENCIES) 719 @rm -f deriv$(EXEEXT) 859 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/deriv.Po@am__quote@
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/core/ |
| H A D | tessellator.cpp | 1283 const unsigned int deriv = 2; // reciprocal is the rate of change of edge-parallel parameters as they are pushed into the triangle local in function:CHWTessellator::TriGeneratePoints 1288 /*V*/fxpParam - (fxpPerpParam+1/*round*/)/deriv, // we know this fixed point math won't over/underflow 1292 DefinePoint(/*U*/fxpParam - (fxpPerpParam+1/*round*/)/deriv,// we know this fixed point math won't over/underflow 1297 DefinePoint(/*U*/fxpParam - (fxpPerpParam+1/*round*/)/deriv,// we know this fixed point math won't over/underflow 1298 /*V*/FXP_ONE - (fxpParam - (fxpPerpParam+1/*round*/)/deriv) - fxpPerpParam,// we know this fixed point math won't over/underflow
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tessellator/ |
| H A D | tessellator.cpp | 1301 const unsigned int deriv = 2; // reciprocal is the rate of change of edge-parallel parameters as they are pushed into the triangle local in function:CHWTessellator::TriGeneratePoints 1306 /*V*/fxpParam - (fxpPerpParam+1/*round*/)/deriv, // we know this fixed point math won't over/underflow 1310 DefinePoint(/*U*/fxpParam - (fxpPerpParam+1/*round*/)/deriv,// we know this fixed point math won't over/underflow 1315 DefinePoint(/*U*/fxpParam - (fxpPerpParam+1/*round*/)/deriv,// we know this fixed point math won't over/underflow 1316 /*V*/FXP_ONE - (fxpParam - (fxpPerpParam+1/*round*/)/deriv) - fxpPerpParam,// we know this fixed point math won't over/underflow
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_instruction_selection.cpp | 9085 build_cube_select(isel_context* ctx, Temp ma, Temp id, Temp deriv, Temp* out_ma, Temp* out_sc, argument 9090 Temp deriv_x = emit_extract_vector(ctx, deriv, 0, v1); 9091 Temp deriv_y = emit_extract_vector(ctx, deriv, 1, v1); 9092 Temp deriv_z = emit_extract_vector(ctx, deriv, 2, v1);
|
Completed in 33 milliseconds