mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 06:40:11 +01:00
radv/meta: reduce length of some cache keys
For faster hashing. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32834>
This commit is contained in:
parent
c8d2614113
commit
dd7343f278
1 changed files with 1 additions and 1 deletions
|
|
@ -1696,7 +1696,7 @@ radv_copy_ms_prim_query_result(struct radv_cmd_buffer *cmd_buffer, struct radv_q
|
|||
static VkResult
|
||||
create_layout(struct radv_device *device, VkPipelineLayout *layout_out)
|
||||
{
|
||||
const char *key_data = "radv-query-layout";
|
||||
const char *key_data = "radv-query";
|
||||
|
||||
const VkDescriptorSetLayoutBinding bindings[] = {
|
||||
{.binding = 0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue