Home
last modified time | relevance | path

Searched refs:vp_scale (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/amd/llvm/
Dac_llvm_cull.c120 LLVMValueRef vp_scale[2], LLVMValueRef vp_translate[2], in cull_bbox()
185 min = ac_build_fmad(ctx, bbox_min[chan], vp_scale[chan], vp_translate[chan]); in cull_bbox()
186 max = ac_build_fmad(ctx, bbox_max[chan], vp_scale[chan], vp_translate[chan]); in cull_bbox()
228 LLVMValueRef initially_accepted, LLVMValueRef vp_scale[2], in ac_cull_triangle()
246 accepted = cull_bbox(ctx, pos, accepted, &w, vp_scale, vp_translate, small_prim_precision, in ac_cull_triangle()
Dac_llvm_cull.h52 LLVMValueRef initially_accepted, LLVMValueRef vp_scale[2],
/external/mesa3d/src/mesa/tnl/
Dt_vertex.c433 vtx->vp_scale[0] = a->vp[MAT_SX]; in update_input_ptrs()
434 vtx->vp_scale[1] = a->vp[MAT_SY]; in update_input_ptrs()
435 vtx->vp_scale[2] = a->vp[MAT_SZ]; in update_input_ptrs()
436 vtx->vp_scale[3] = 1.0; in update_input_ptrs()
Dt_context.h377 GLfloat vp_scale[4]; member
Dt_vertex_sse.c388 sse_movups(&p->func, vp0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_scale[0]))); in build_vertex_emit()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute_prim_discard.c656 LLVMValueRef vp_scale[2], vp_translate[2]; in si_build_prim_discard_compute_shader() local
657 vp_scale[0] = ac_llvm_extract_elem(&ctx->ac, vp, 0); in si_build_prim_discard_compute_shader()
658 vp_scale[1] = ac_llvm_extract_elem(&ctx->ac, vp, 1); in si_build_prim_discard_compute_shader()
675 ac_cull_triangle(&ctx->ac, pos, prim_restart_accepted, vp_scale, vp_translate, in si_build_prim_discard_compute_shader()
Dgfx10_shader_ngg.c890 LLVMValueRef vp_scale[2], vp_translate[2]; in gfx10_emit_ngg_culling_epilogue() local
891 vp_scale[0] = ac_llvm_extract_elem(&ctx->ac, vp, 0); in gfx10_emit_ngg_culling_epilogue()
892 vp_scale[1] = ac_llvm_extract_elem(&ctx->ac, vp, 1); in gfx10_emit_ngg_culling_epilogue()
915 ac_cull_triangle(&ctx->ac, pos, ctx->ac.i1true, vp_scale, vp_translate, in gfx10_emit_ngg_culling_epilogue()