Home
last modified time | relevance | path

Searched refs:cformat (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
Di915_state_static.c201 uint32_t dst_buf_vars, cformat, zformat; in update_dst_buf_vars() local
207 cformat = cbuf_surface->format; in update_dst_buf_vars()
209 cformat = PIPE_FORMAT_B8G8R8A8_UNORM; /* arbitrary */ in update_dst_buf_vars()
210 cformat = translate_format(cformat); in update_dst_buf_vars()
228 cformat | in update_dst_buf_vars()
/external/llvm-project/openmp/runtime/src/
Dkmp_ftn_entry.h443 ConvertedString cformat(format, size); in FTN_SET_AFFINITY_FORMAT()
447 cformat.get(), KMP_STRLEN(cformat.get())); in FTN_SET_AFFINITY_FORMAT()
488 ConvertedString cformat(format, size); in FTN_DISPLAY_AFFINITY()
489 __kmp_aux_display_affinity(gtid, cformat.get()); in FTN_DISPLAY_AFFINITY()
516 ConvertedString cformat(format, for_size); in FTN_CAPTURE_AFFINITY()
517 num_required = __kmp_aux_capture_affinity(gtid, cformat.get(), &capture_buf); in FTN_CAPTURE_AFFINITY()