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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_scheduler.cpp646 int window_size = SMEM_WINDOW_SIZE; local in function:aco::schedule_SMEM
661 for (int candidate_idx = idx - 1; k < max_moves && candidate_idx > (int)idx - window_size;
723 for (int candidate_idx = idx + 1; k < max_moves && candidate_idx < (int)idx + window_size;
788 int window_size = VMEM_WINDOW_SIZE; local in function:aco::schedule_VMEM
803 for (int candidate_idx = idx - 1; k < max_moves && candidate_idx > (int)idx - window_size;
897 for (int candidate_idx = idx + 1; k < max_moves && candidate_idx < (int)idx + window_size;
960 int window_size = POS_EXP_WINDOW_SIZE / ctx.schedule_pos_export_div; local in function:aco::schedule_position_export
970 for (int candidate_idx = idx - 1; k < max_moves && candidate_idx > (int)idx - window_size;
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp166 ImVec2 window_size; member in struct:swapchain_data
492 data->window_size = ImVec2(instance_data->params.width, instance_data->params.height);
672 ImGui::SetNextWindowSize(data->window_size, ImGuiCond_Always);
678 ImGui::SetNextWindowPos(ImVec2(data->width - data->window_size.x - margin, margin),
682 ImGui::SetNextWindowPos(ImVec2(margin, data->height - data->window_size.y - margin),
686 ImGui::SetNextWindowPos(ImVec2(data->width - data->window_size.x - margin,
687 data->height - data->window_size.y - margin),
765 data->window_size = ImVec2(data->window_size.x, ImGui::GetCursorPosY() + 10.0f);
/xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp182 ImVec2 window_size; member in struct:swapchain_data
500 data->window_size = ImVec2(instance_data->params.width, instance_data->params.height);
904 ImGui::SetNextWindowSize(data->window_size, ImGuiCond_Always);
910 ImGui::SetNextWindowPos(ImVec2(data->width - data->window_size.x - margin, margin),
914 ImGui::SetNextWindowPos(ImVec2(margin, data->height - data->window_size.y - margin),
918 ImGui::SetNextWindowPos(ImVec2(data->width - data->window_size.x - margin,
919 data->height - data->window_size.y - margin),
1004 data->window_size = ImVec2(data->window_size.x, ImGui::GetCursorPosY() + 10.0f);
/xsrc/external/mit/brotli/dist/c/dec/
H A Ddecode.c1414 int window_size = 1 << s->window_bits; local in function:BrotliCalculateRingBufferSize
1415 int new_ringbuffer_size = window_size;
1422 if (s->ringbuffer_size == window_size) {

Completed in 24 milliseconds