Home
last modified time | relevance | path

Searched refs:pos_w (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/DataFormatters/
DTypeCategoryMap.cpp65 Position pos_w = pos; in Enable() local
72 while (pos_w) { in Enable()
73 pos_w--, iter++; in Enable()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1495 LLVMValueRef pos_x, pos_y, pos_z, pos_w; in generate_clipmask() local
1531 pos_w = LLVMBuildLoad(builder, outputs[pos][3], ""); /*w0 w1 .. wn */ in generate_clipmask()
1542 cv_w = pos_w; in generate_clipmask()
1556 test = lp_build_compare(gallivm, f32_type, PIPE_FUNC_GREATER, pos_x , pos_w); in generate_clipmask()
1562 test = LLVMBuildFAdd(builder, pos_x, pos_w, ""); in generate_clipmask()
1569 test = lp_build_compare(gallivm, f32_type, PIPE_FUNC_GREATER, pos_y, pos_w); in generate_clipmask()
1575 test = LLVMBuildFAdd(builder, pos_y, pos_w, ""); in generate_clipmask()
1592 test = LLVMBuildFAdd(builder, pos_z, pos_w, ""); in generate_clipmask()
1598 test = lp_build_compare(gallivm, f32_type, PIPE_FUNC_GREATER, pos_z, pos_w); in generate_clipmask()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp1077 src_reg pos_w = pos; in emit_ndc_computation() local
1078 pos_w.swizzle = BRW_SWIZZLE4(SWIZZLE_W, SWIZZLE_W, SWIZZLE_W, SWIZZLE_W); in emit_ndc_computation()
1079 emit_math(SHADER_OPCODE_RCP, ndc_w, pos_w); in emit_ndc_computation()