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

  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_emit.h 93 int common_immediate_idx[2]; member in struct:svga_shader_emitter
svga_tgsi_insn.c 863 emit->common_immediate_idx[0] = idx;
871 emit->common_immediate_idx[1] = idx;
874 emit->common_immediate_idx[1] = -1;
916 assert(emit->common_immediate_idx[0] >= 0);
917 return swizzle(src_register(SVGA3DREG_CONST, emit->common_immediate_idx[0]),
929 assert(emit->common_immediate_idx[0] >= 0);
931 emit->common_immediate_idx[0]),
943 assert(emit->common_immediate_idx[0] >= 0);
945 emit->common_immediate_idx[0]),
957 assert(emit->common_immediate_idx[0] >= 0)
    [all...]

Completed in 714 milliseconds