Home
last modified time | relevance | path

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

/external/lldb/source/DataFormatters/
DTypeCategoryMap.cpp83 Position pos_w = pos; in Enable() local
91 while (pos_w) in Enable()
93 pos_w--,iter++; in Enable()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c867 LLVMValueRef pos_x, pos_y, pos_z, pos_w; in generate_clipmask() local
896 pos_w = LLVMBuildLoad(builder, outputs[pos][3], ""); /*w0 w1 .. wn */ in generate_clipmask()
907 cv_w = pos_w; in generate_clipmask()
913 test = lp_build_compare(gallivm, f32_type, PIPE_FUNC_GREATER, pos_x , pos_w); in generate_clipmask()
919 test = LLVMBuildFAdd(builder, pos_x, pos_w, ""); in generate_clipmask()
926 test = lp_build_compare(gallivm, f32_type, PIPE_FUNC_GREATER, pos_y, pos_w); in generate_clipmask()
932 test = LLVMBuildFAdd(builder, pos_y, pos_w, ""); in generate_clipmask()
949 test = LLVMBuildFAdd(builder, pos_z, pos_w, ""); in generate_clipmask()
955 test = lp_build_compare(gallivm, f32_type, PIPE_FUNC_GREATER, pos_z, pos_w); in generate_clipmask()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_visitor.cpp2114 src_reg pos_w = pos; in emit_ndc_computation() local
2115 pos_w.swizzle = BRW_SWIZZLE4(SWIZZLE_W, SWIZZLE_W, SWIZZLE_W, SWIZZLE_W); in emit_ndc_computation()
2116 emit_math(SHADER_OPCODE_RCP, ndc_w, pos_w); in emit_ndc_computation()