HomeSort by relevance Sort by last modified time
    Searched refs:cs_count (Results 1 - 13 of 13) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/
r300_cb.h 71 int cs_count = 0; \
73 (void) cs_count; (void) cs_ptr
77 cs_count = (size); \
84 cs_count = (size); \
89 if (cs_count != 0) \
90 debug_printf("r300: Warning: cs_count off by %d at (%s, %s:%i)\n", \
91 cs_count, __FUNCTION__, __FILE__, __LINE__); \
94 #define CB_USED_DW(x) cs_count -= x
r300_cs.h 44 int cs_count = 0; (void) cs_count; (void) cs_winsys;
50 cs_count = size; \
54 if (cs_count != 0) \
55 debug_printf("r300: Warning: cs_count off by %d at (%s, %s:%i)\n", \
56 cs_count, __FUNCTION__, __FILE__, __LINE__); \
57 cs_count = 0; \
60 #define CS_USED_DW(x) cs_count -= (x)
122 assert(cs_count == 0); \
  /external/mesa3d/src/amd/vulkan/winsys/amdgpu/
radv_amdgpu_cs.c 516 unsigned cs_count,
526 for (unsigned i = cs_count; i--;) {
534 if (i + 1 < cs_count) {
548 r = radv_amdgpu_create_bo_list(cs0->ws, cs_array, cs_count, NULL, &bo_list);
582 unsigned cs_count,
591 assert(cs_count);
593 for (unsigned i = 0; i < cs_count;) {
596 unsigned cnt = MIN2(AMDGPU_CS_MAX_IBS_PER_SUBMIT, cs_count - i);
649 unsigned cs_count,
664 assert(cs_count);
    [all...]
  /test/vts/drivers/hal/libcodecoverage/
gcov_basic_io.h 86 gcov_type cs_count; member in struct:android::vts::arc_info
  /external/mesa3d/src/amd/vulkan/
radv_radeon_winsys.h 307 unsigned cs_count,
  /external/wpa_supplicant_8/src/ap/
hostapd.h 252 u8 cs_count; member in struct:hostapd_data
hostapd.c     [all...]
beacon.c 316 *eid++ = hapd->cs_count;
332 *eid++ = hapd->cs_count;
    [all...]
ctrl_iface_ap.c 660 settings->cs_count = strtol(pos, &end, 10);
662 wpa_printf(MSG_ERROR, "chanswitch: invalid cs_count provided");
dfs.c 944 csa_settings.cs_count = 5;
  /external/wpa_supplicant_8/src/drivers/
driver.h 1947 u8 cs_count; member in struct:csa_settings
    [all...]
driver_nl80211.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c     [all...]

Completed in 509 milliseconds