Home
last modified time | relevance | path

Searched defs:d3d12_shader_key (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.h105 struct d3d12_shader_key { struct
106 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 …]