Home
last modified time | relevance | path

Searched refs:PIPE_SHADER_IR_NATIVE (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dcompiler.hpp51 case PIPE_SHADER_IR_NATIVE: in compile_program()
75 case PIPE_SHADER_IR_NATIVE: in link_program()
H A Ddevice.cpp143 const bool has_supported_ir = supports_ir(PIPE_SHADER_IR_NATIVE) || in device()
160 if (supports_ir(PIPE_SHADER_IR_NATIVE)) in device()
425 if (supports_ir(PIPE_SHADER_IR_NATIVE)) in ir_format()
426 return PIPE_SHADER_IR_NATIVE; in ir_format()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_compute.c64 if (program->ir_type != PIPE_SHADER_IR_NATIVE) in si_compute_get_code_object()
251 if (cso->ir_type != PIPE_SHADER_IR_NATIVE) { in si_create_compute_state()
306 if (program->ir_type != PIPE_SHADER_IR_NATIVE) in si_bind_compute_state()
515 if (program->ir_type != PIPE_SHADER_IR_NATIVE) { in si_switch_compute_shader()
556 if (program->ir_type == PIPE_SHADER_IR_NATIVE) { in si_switch_compute_shader()
943 if (program->ir_type != PIPE_SHADER_IR_NATIVE && program->shader.compilation_failed) in si_launch_grid()
1006 if (program->ir_type == PIPE_SHADER_IR_NATIVE && in si_launch_grid()
1033 if (program->ir_type != PIPE_SHADER_IR_NATIVE) in si_launch_grid()
1066 if (program->ir_type != PIPE_SHADER_IR_NATIVE) { in si_destroy_compute()
H A Dsi_get.c471 return (1 << PIPE_SHADER_IR_NATIVE) | in si_get_shader_param()
804 if (ir_type == PIPE_SHADER_IR_NATIVE) in get_max_threads_per_block()
948 if (ir_type == PIPE_SHADER_IR_NATIVE) in si_get_compute_param()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h1132 PIPE_SHADER_IR_NATIVE, enumerator
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
H A Dinvocation.cpp495 } else if (dev.ir_format() == PIPE_SHADER_IR_NATIVE) { in link_program()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.c631 ir = 1 << PIPE_SHADER_IR_NATIVE; in r600_get_shader_param()

Completed in 9 milliseconds