Searched refs:vtx0 (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_clip_line.c | 102 * GLfloat dp0 = DOTPROD( vtx0, plane[p] ); 118 * interp( ctx, newvtx0, vtx0, vtx1, t0 ); 119 * interp( ctx, newvtx1, vtx1, vtx0, t1 ); 125 struct brw_indirect vtx0 = brw_indirect(0, 0); in clip_and_emit_line() local 136 brw_MOV(p, get_addr_reg(vtx0), brw_address(c->reg.vertex[0])); in clip_and_emit_line() 182 brw_ADD(p, get_addr_reg(temp_ptr), get_addr_reg(vtx0), c->reg.clipdistance_offset); in clip_and_emit_line() 195 brw_DP4(p, vec4(c->reg.dp0), deref_4f(vtx0, hpos_offset), c->reg.plane_equation); in clip_and_emit_line() 278 brw_clip_interp_vertex(c, newvtx0, vtx0, vtx1, c->reg.t0, false); in clip_and_emit_line() 279 brw_clip_interp_vertex(c, newvtx1, vtx1, vtx0, c->reg.t1, false); in clip_and_emit_line()
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgProgramExecutor.cpp | 151 void interpolateFragmentInput (StridedValueAccess<Stride> dst, int dstComp, ConstValueAccess vtx0, ConstValueAccess vtx1, ConstValueAccess vtx2, ConstValueAccess vtx3, float x, float y) in interpolateFragmentInput() argument 156 dst.component(ndx).asFloat(dstComp) = interpolateFragment(tcu::Vec4(vtx0.component(ndx).asFloat(), vtx1.component(ndx).asFloat(), vtx2.component(ndx).asFloat(), vtx3.component(ndx).asFloat()), x, y); in interpolateFragmentInput()
|
Completed in 2 milliseconds