| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shaderlib_tgsi.c | 125 bool dst_stream_cache_policy, bool is_copy) 153 if (!is_copy) { 166 if (is_copy) { 181 unsigned load_store_distance = is_copy ? 8 : 0; 186 if (is_copy && i < num_mem_ops) { 210 {ureg_src(store_addr), is_copy ? values[d] : value}; 123 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 D | si_test_dma_perf.c | 94 bool is_copy = placement >= 2; local in function:si_test_dma_perf 171 src = is_copy ? pipe_buffer_create(screen, 0, src_usage, size) : NULL; 180 if (is_copy) { 190 if (is_copy) { 211 cache_policy == L2_STREAM, is_copy); 225 if (is_copy) { 237 is_copy ? 2 : 1, sb, 0x1);
|
| H A D | si_pipe.h | 1331 bool dst_stream_cache_policy, bool is_copy);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_test_dma_perf.c | 92 bool is_copy = placement >= 2; local in function:si_test_dma_perf 142 cache_policy == L2_STREAM, is_copy); 169 src = is_copy ? pipe_aligned_buffer_create(screen, flags, src_usage, size, 256) : NULL; 184 if (is_copy) { 217 if (is_copy) { 225 ctx->set_shader_buffers(ctx, PIPE_SHADER_COMPUTE, 0, is_copy ? 2 : 1, sb, 0x1);
|
| H A D | si_shaderlib_tgsi.c | 113 bool dst_stream_cache_policy, bool is_copy) 142 if (!is_copy) { 155 if (is_copy) { 170 unsigned load_store_distance = is_copy ? 8 : 0; 175 if (is_copy && i < num_mem_ops) { 196 struct ureg_src srcs[] = {ureg_src(store_addr), is_copy ? values[d] : value}; 112 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 D | si_pipe.h | 1488 bool dst_stream_cache_policy, bool is_copy);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_ir.h | 813 bool is_copy() { return subtype == NST_COPY; } function in class:r600_sb::node 815 bool is_any_alu() { return is_alu_inst() || is_alu_packed() || is_copy(); }
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_ir.h | 814 bool is_copy() { return subtype == NST_COPY; } function in class:r600_sb::node 816 bool is_any_alu() { return is_alu_inst() || is_alu_packed() || is_copy(); }
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_optimizer.cpp | 972 ASSERTED bool is_copy = instr->opcode == aco_opcode::s_mov_b32 || local in function:aco::label_instruction 975 perfwarn(ctx.program, is_copy && !instr->usesModifiers(), "Use p_parallelcopy instead",
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 3363 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 3418 else if (is_cut || is_copy)
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 3363 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 3418 else if (is_cut || is_copy)
|