Searched defs:r600_pipe_compute (Results 1 – 1 of 1) sorted by relevance
33 struct r600_pipe_compute { struct34 struct r600_context *ctx;36 struct ac_shader_binary binary;38 enum pipe_shader_ir ir_type;41 struct r600_pipe_shader_selector *sel;43 struct r600_resource *code_bo;44 struct r600_bytecode bc;46 unsigned local_size;47 unsigned private_size;48 unsigned input_size;[all …]