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

/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawpixels_shader.c37 bool scale_and_bias; member in struct:tgsi_drawpix_transform
88 if (ctx->scale_and_bias) {
148 if (ctx->scale_and_bias) {
215 bool scale_and_bias, unsigned scale_const,
230 ctx.scale_and_bias = scale_and_bias;
214 st_get_drawpix_shader(const struct tgsi_token *tokens, bool use_texcoord, bool scale_and_bias, unsigned scale_const, unsigned bias_const, bool pixel_maps, unsigned drawpix_sampler, unsigned pixelmap_sampler, unsigned texcoord_const, unsigned tex_target) argument
/external/mesa3d/src/compiler/nir/
H A Dnir.h2514 bool scale_and_bias :1; member in struct:nir_lower_drawpixels_options

Completed in 136 milliseconds