Searched refs:push_constant_opcodes (Results 1 – 2 of 2) sorted by relevance
1936 static const uint32_t push_constant_opcodes[] = { in cmd_buffer_flush_push_constants() local1948 assert(stage < ARRAY_SIZE(push_constant_opcodes)); in cmd_buffer_flush_push_constants()1949 assert(push_constant_opcodes[stage] > 0); in cmd_buffer_flush_push_constants()1952 c._3DCommandSubOpcode = push_constant_opcodes[stage]; in cmd_buffer_flush_push_constants()
3045 UNUSED static const uint32_t push_constant_opcodes[] = { variable3082 pkt._3DCommandSubOpcode = push_constant_opcodes[stage];