HomeSort by: relevance | last modified time | path
    Searched refs:bi_var_tex_f32_to (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
bi_opt_mod_props.c 252 bi_instr *I = bi_var_tex_f32_to(&b, tex->dest[0], tex->lod_mode,
  /xsrc/external/mit/MesaLib/src/panfrost/bifrost/
bi_builder.h 6643 bi_instr * bi_var_tex_f32_to(bi_builder *b, bi_index dest0, bool lod_mode, enum bi_sample sample, enum bi_update update, uint32_t texture_index, uint32_t varying_index) function
6660 return (bi_var_tex_f32_to(b, bi_temp(b->shader), lod_mode, sample, update, texture_index, varying_index))->dest[0];
6670 return (bi_var_tex_f32_to(b, dest0, lod_mode, sample, update, texture_index, varying_index));
6681 return (bi_var_tex_f32_to(b, bi_temp(b->shader), lod_mode, sample, update, texture_index, varying_index))->dest[0];

Completed in 34 milliseconds