Searched defs:d3d12_shader_key (Results 1 – 1 of 1) sorted by relevance
105 struct d3d12_shader_key { struct106 uint32_t hash;107 enum pipe_shader_type stage;109 uint64_t next_varying_inputs;110 uint64_t prev_varying_outputs;111 BITSET_WORD *next_varying_frac_inputs;112 BITSET_WORD *prev_varying_frac_outputs;113 union {125 unsigned tex_saturate_s : PIPE_MAX_SAMPLERS;126 unsigned tex_saturate_r : PIPE_MAX_SAMPLERS;[all …]