Searched defs:is_copy (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c123 si_create_dma_compute_shader(struct pipe_context * ctx,unsigned num_dwords_per_thread,bool dst_stream_cache_policy,bool is_copy) argument
H A Dsi_test_dma_perf.c94 bool is_copy = placement >= 2; local in function:si_test_dma_perf
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c112 si_create_dma_compute_shader(struct pipe_context * ctx,unsigned num_dwords_per_thread,bool dst_stream_cache_policy,bool is_copy) argument
H A Dsi_test_dma_perf.c92 bool is_copy = placement >= 2; local in function:si_test_dma_perf
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_ir.h813 bool is_copy() { return subtype == NST_COPY; } function in class:r600_sb::node
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_optimizer.cpp972 ASSERTED bool is_copy = instr->opcode == aco_opcode::s_mov_b32 || local in function:aco::label_instruction
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_ir.h814 bool is_copy() { return subtype == NST_COPY; } function in class:r600_sb::node
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp3363 const bool is_copy = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_C)) || (is_ctrl_key_only && IsKeyPressedMap(ImGuiKey_Insert))) && !is_password && (!is_multiline || edit_state.HasSelection()); local in function:ImGui::InputTextEx
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp3363 const bool is_copy = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_C)) || (is_ctrl_key_only && IsKeyPressedMap(ImGuiKey_Insert))) && !is_password && (!is_multiline || edit_state.HasSelection()); local in function:ImGui::InputTextEx

Completed in 82 milliseconds