Home
last modified time | relevance | path

Searched refs:copy_mask (Results 1 - 4 of 4) sorted by relevance

/third_party/protobuf/src/google/protobuf/stubs/
H A Dint128.cc156 std::ios_base::fmtflags copy_mask = in operator <<() local
158 os.setf(flags & copy_mask, copy_mask); in operator <<()
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
H A Dint128.cc182 std::ios_base::fmtflags copy_mask =
184 os.setf(flags & copy_mask, copy_mask);
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.c128 uint64_t copy_mask = src->mask; in radv_bind_dynamic_state() local
134 if (copy_mask & RADV_DYNAMIC_VIEWPORT) { in radv_bind_dynamic_state()
148 if (copy_mask & RADV_DYNAMIC_SCISSOR) { in radv_bind_dynamic_state()
161 if (copy_mask & RADV_DYNAMIC_LINE_WIDTH) { in radv_bind_dynamic_state()
168 if (copy_mask & RADV_DYNAMIC_DEPTH_BIAS) { in radv_bind_dynamic_state()
175 if (copy_mask & RADV_DYNAMIC_BLEND_CONSTANTS) { in radv_bind_dynamic_state()
182 if (copy_mask & RADV_DYNAMIC_DEPTH_BOUNDS) { in radv_bind_dynamic_state()
189 if (copy_mask & RADV_DYNAMIC_STENCIL_COMPARE_MASK) { in radv_bind_dynamic_state()
197 if (copy_mask & RADV_DYNAMIC_STENCIL_WRITE_MASK) { in radv_bind_dynamic_state()
205 if (copy_mask in radv_bind_dynamic_state()
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dffvertex_prog.c1505 GLuint copy_mask = 0; in build_texture_transform() local
1553 copy_mask |= WRITEMASK_X << j; in build_texture_transform()
1570 if (copy_mask) { in build_texture_transform()
1572 emit_op1(p, OPCODE_MOV, out_texgen, copy_mask, in ); in build_texture_transform()

Completed in 13 milliseconds