Home
last modified time | relevance | path

Searched refs:shader_buf_uav_index (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_shader.h166 uint32_t shader_buf_uav_index[PIPE_MAX_SHADER_BUFFERS]; member
H A Dsvga_shader.c526 key->shader_buf_uav_index[i] = cur_sbuf->uav_index + uav_splice_index; in svga_init_shader_key_common()
528 key->shader_buf_uav_index[i] = SVGA3D_INVALID_ID; in svga_init_shader_key_common()
H A Dsvga_tgsi_vgpu10.c6344 if (uav_mask & (1 << emit->key.shader_buf_uav_index[i])) in emit_shader_buf_declarations()
6362 assert(emit->key.shader_buf_uav_index[i] != SVGA3D_INVALID_ID); in emit_shader_buf_declarations()
6366 emit_dword(emit, emit->key.shader_buf_uav_index[i]); in emit_shader_buf_declarations()
6370 uav_mask |= 1 << emit->key.shader_buf_uav_index[i]; in emit_shader_buf_declarations()
10114 uav_index = emit->key.shader_buf_uav_index[res_index]; in emit_uav_register()

Completed in 21 milliseconds