Searched defs:r600_pipe_compute (Results 1 – 1 of 1) sorted by relevance
70 struct r600_pipe_compute { struct71 struct r600_context *ctx;73 struct r600_shader_binary binary;75 enum pipe_shader_ir ir_type;78 struct r600_pipe_shader_selector *sel;80 struct r600_resource *code_bo;81 struct r600_bytecode bc;83 unsigned local_size;84 unsigned private_size;85 unsigned input_size;[all …]