Searched refs:MAX_INLINABLE_UNIFORMS (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_shader_keys.h66 uint32_t inlined_uniform_values[MAX_INLINABLE_UNIFORMS];
H A Dzink_context.h210 uint32_t compute_inlinable_uniforms[MAX_INLINABLE_UNIFORMS];
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dshader_info.h36 #define MAX_INLINABLE_UNIFORMS 4 macro
217 uint16_t inlinable_uniform_dw_offsets[MAX_INLINABLE_UNIFORMS];
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_constbuf.c152 uint32_t values[MAX_INLINABLE_UNIFORMS];
187 uint32_t values[MAX_INLINABLE_UNIFORMS];
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_inline_uniforms.c119 if (*num_offsets == MAX_INLINABLE_UNIFORMS)
319 uint32_t uni_offsets[MAX_INLINABLE_UNIFORMS];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.h698 uint32_t inlined_uniform_values[MAX_INLINABLE_UNIFORMS];
H A Dsi_state_shaders.c2373 MAX_INLINABLE_UNIFORMS * 4) != 0) {
2378 memset(local_key.opt.inlined_uniform_values, 0, MAX_INLINABLE_UNIFORMS * 4);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.c1217 uint32_t values[MAX_INLINABLE_UNIFORMS];

Completed in 22 milliseconds