Searched defs:draw_sampler_static_state (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.h61 struct draw_sampler_static_state struct
310 /* struct draw_sampler_static_state sampler; */
320 struct draw_sampler_static_state samplers[1];
325 PIPE_MAX_SHADER_SAMPLER_VIEWS * sizeof(struct draw_sampler_static_state) + \
330 PIPE_MAX_SHADER_SAMPLER_VIEWS * sizeof(struct draw_sampler_static_state))
338 nr_samplers * sizeof(struct draw_sampler_static_state) +
347 (nr_samplers - 1) * sizeof(struct draw_sampler_static_state));
351 static inline struct draw_sampler_static_state *
354 return (struct draw_sampler_static_state *)
508 draw_llvm_sampler_soa_create(const struct draw_sampler_static_state *static_stat
[all...]

Completed in 108 milliseconds