HomeSort by relevance Sort by last modified time
    Searched defs:swizzle_result (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_lower_tex.c 627 swizzle_result(nir_builder *b, nir_tex_instr *tex, const uint8_t swizzle[4]) function
768 if (((1 << tex->texture_index) & options->swizzle_result) &&
771 swizzle_result(b, tex, options->swizzles[tex->texture_index]);
nir.h 2452 unsigned swizzle_result; member in struct:nir_lower_tex_options
    [all...]

Completed in 692 milliseconds