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 862 emit->common_immediate_idx[0] = idx;
870 emit->common_immediate_idx[1] = idx;
873 emit->common_immediate_idx[1] = -1;
915 assert(emit->common_immediate_idx[0] >= 0);
916 return swizzle(src_register(SVGA3DREG_CONST, emit->common_immediate_idx[0]),
928 assert(emit->common_immediate_idx[0] >= 0);
930 emit->common_immediate_idx[0]),
942 assert(emit->common_immediate_idx[0] >= 0);
944 emit->common_immediate_idx[0]),
956 assert(emit->common_immediate_idx[0] >= 0)
    [all...]

Completed in 1638 milliseconds