Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
Danv_allocator.c961 uint32_t st_idx; in anv_state_pool_return_blocks() local
962 UNUSED VkResult result = anv_state_table_add(&pool->table, &st_idx, count); in anv_state_pool_return_blocks()
967 st_idx + i); in anv_state_pool_return_blocks()
977 &pool->table, st_idx, count); in anv_state_pool_return_blocks()
Danv_device.c899 unsigned st_idx = 0; in anv_physical_device_try_create() local
904 device->sync_types[st_idx++] = &device->sync_syncobj_type; in anv_physical_device_try_create()
907 device->sync_types[st_idx++] = &anv_bo_sync_type; in anv_physical_device_try_create()
911 device->sync_types[st_idx++] = &device->sync_timeline_type.sync; in anv_physical_device_try_create()
914 device->sync_types[st_idx++] = NULL; in anv_physical_device_try_create()
915 assert(st_idx <= ARRAY_SIZE(device->sync_types)); in anv_physical_device_try_create()
/third_party/ffmpeg/fftools/
Dffmpeg_opt.c271 static int parse_and_set_vsync(const char *arg, int *vsync_var, int file_idx, int st_idx, int is_gl… in parse_and_set_vsync() argument
279 …NULL, AV_LOG_FATAL, "Invalid value %s specified for fps_mode of #%d:%d.\n", arg, file_idx, st_idx); in parse_and_set_vsync()