Home
last modified time | relevance | path

Searched refs:gs_copy_binary_size (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.cpp436 unsigned gs_copy_binary_size = 0; in si_shader_cache_load_shader() local
440 gs_copy_binary_size = buffer[size / 4]; in si_shader_cache_load_shader()
442 if (total_size >= sizeof(uint32_t) && size + gs_copy_binary_size == total_size) { in si_shader_cache_load_shader()