Searched refs:common_immediate_idx (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_emit.h93 int common_immediate_idx[2]; member in struct:svga_shader_emitter
H A Dsvga_tgsi_insn.c862 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[
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_emit.h93 int common_immediate_idx[2]; member in struct:svga_shader_emitter
H A Dsvga_tgsi_insn.c860 emit->common_immediate_idx[0] = idx;
868 emit->common_immediate_idx[1] = idx;
871 emit->common_immediate_idx[1] = -1;
913 assert(emit->common_immediate_idx[0] >= 0);
914 return swizzle(src_register(SVGA3DREG_CONST, emit->common_immediate_idx[0]),
926 assert(emit->common_immediate_idx[0] >= 0);
928 emit->common_immediate_idx[0]),
940 assert(emit->common_immediate_idx[0] >= 0);
942 emit->common_immediate_idx[0]),
954 assert(emit->common_immediate_idx[
[all...]

Completed in 8 milliseconds