Searched defs:r600_pipe_compute (Results 1 – 1 of 1) sorted by relevance
53 struct r600_pipe_compute { struct54 struct r600_context *ctx;56 struct r600_shader_binary binary;58 enum pipe_shader_ir ir_type;61 struct r600_pipe_shader_selector *sel;63 struct r600_resource *code_bo;64 struct r600_bytecode bc;66 unsigned local_size;67 unsigned input_size;68 struct r600_resource *kernel_param;[all …]