Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp1153 dst_reg reg_w = reg; in emit_psiz_and_flags() local
1154 reg_w.writemask = WRITEMASK_W; in emit_psiz_and_flags()
1156 reg_as_src.type = reg_w.type; in emit_psiz_and_flags()
1158 emit(MOV(reg_w, reg_as_src)); in emit_psiz_and_flags()
/external/llvm-project/lldb/source/Plugins/Process/minidump/
DRegisterContextMinidump_ARM64.cpp38 {INV, INV, INV, INV, reg_w##i}, nullptr, nullptr, nullptr, 0 \
/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp3009 const GLuint reg_w = test_case.m_width; in getCleanRegions() local
3011 const GLuint reg_r = reg_x + reg_w; in getCleanRegions()