Searched refs:shader_buf_uav_index (Results 1 – 3 of 3) sorted by relevance
536 key->shader_buf_uav_index[i] = cur_sbuf->uav_index + uav_splice_index; in svga_init_shader_key_common()538 key->shader_buf_uav_index[i] = SVGA3D_INVALID_ID; in svga_init_shader_key_common()
151 uint32_t shader_buf_uav_index[PIPE_MAX_SHADER_BUFFERS]; member
6412 if (uav_mask & (1 << emit->key.shader_buf_uav_index[i])) in emit_shader_buf_declarations()6430 assert(emit->key.shader_buf_uav_index[i] != SVGA3D_INVALID_ID); in emit_shader_buf_declarations()6434 emit_dword(emit, emit->key.shader_buf_uav_index[i]); in emit_shader_buf_declarations()6438 uav_mask |= 1 << emit->key.shader_buf_uav_index[i]; in emit_shader_buf_declarations()10181 uav_index = emit->key.shader_buf_uav_index[res_index]; in emit_uav_register()