HomeSort by relevance Sort by last modified time
    Searched defs:copy_mask (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
int128.cc 165 std::ios_base::fmtflags copy_mask = local
167 os.setf(flags & copy_mask, copy_mask);
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 1418 GLuint copy_mask = 0; local
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_cmd_buffer.c 86 uint32_t copy_mask = src->mask; local
96 if (copy_mask & RADV_DYNAMIC_VIEWPORT) {
106 if (copy_mask & RADV_DYNAMIC_SCISSOR) {
115 if (copy_mask & RADV_DYNAMIC_LINE_WIDTH) {
122 if (copy_mask & RADV_DYNAMIC_DEPTH_BIAS) {
130 if (copy_mask & RADV_DYNAMIC_BLEND_CONSTANTS) {
139 if (copy_mask & RADV_DYNAMIC_DEPTH_BOUNDS) {
147 if (copy_mask & RADV_DYNAMIC_STENCIL_COMPARE_MASK) {
156 if (copy_mask & RADV_DYNAMIC_STENCIL_WRITE_MASK) {
164 if (copy_mask & RADV_DYNAMIC_STENCIL_REFERENCE)
    [all...]

Completed in 89 milliseconds