HomeSort by: relevance | last modified time | path
    Searched refs:is_copy (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_test_dma_perf.c 92 bool is_copy = placement >= 2; local
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);
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};
si_pipe.h 1488 bool dst_stream_cache_policy, bool is_copy);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
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};
si_test_dma_perf.c 94 bool is_copy = placement >= 2; local
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);
si_pipe.h 1331 bool dst_stream_cache_policy, bool is_copy);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
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.old/dist/src/gallium/drivers/r600/sb/
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/amd/compiler/
aco_optimizer.cpp 972 ASSERTED bool is_copy = instr->opcode == aco_opcode::s_mov_b32 || local
975 perfwarn(ctx.program, is_copy && !instr->usesModifiers(), "Use p_parallelcopy instead",
  /xsrc/external/mit/MesaLib/dist/src/imgui/
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());
3418 else if (is_cut || is_copy)
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
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());
3418 else if (is_cut || is_copy)

Completed in 58 milliseconds