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

  /xsrc/external/mit/MesaLib/dist/src/intel/tools/
i965_gram.y 484 %type <integer> execsize simple_int exp
670 ILLEGAL execsize instoptions
680 predicate unaryopcodes saturate cond_mod execsize dst srcaccimm instoptions
737 predicate binaryopcodes saturate cond_mod execsize dst srcimm srcimm instoptions
788 predicate binaryaccopcodes saturate cond_mod execsize dst srcacc srcimm instoptions
837 predicate MATH saturate math_function execsize dst src srcimm instoptions
884 predicate ternaryopcodes saturate cond_mod execsize dst src src src instoptions
922 WAIT execsize dst instoptions
941 predicate sendopcode execsize dst payload exp2 sharedfunction instoptions
963 | predicate sendopcode execsize exp dst payload exp2 sharedfunction instoption
2266 execsize: label
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
gen8_eu.c 377 int width, hstride, vstride, execsize; local
402 execsize = execsize_for_reg[__gen8_exec_size(inst)];
406 assert(execsize >= width);
409 if (execsize == width && hstride != 0) {
414 if (execsize == width && hstride == 0) {
424 if (execsize == 1 && width == 1) {
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
gen8_eu.c 377 int width, hstride, vstride, execsize; local
402 execsize = execsize_for_reg[__gen8_exec_size(inst)];
406 assert(execsize >= width);
409 if (execsize == width && hstride != 0) {
414 if (execsize == width && hstride == 0) {
424 if (execsize == 1 && width == 1) {
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
brw_eu_emit.c 165 int width, hstride, vstride, execsize; local
199 execsize = execsize_for_reg[insn->header.execution_size];
203 assert(execsize >= width);
206 if (execsize == width && hstride != 0) {
211 if (execsize == width && hstride == 0) {
221 if (execsize == 1 && width == 1) {
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
brw_eu_emit.c 165 int width, hstride, vstride, execsize; local
199 execsize = execsize_for_reg[insn->header.execution_size];
203 assert(execsize >= width);
206 if (execsize == width && hstride != 0) {
211 if (execsize == width && hstride == 0) {
221 if (execsize == 1 && width == 1) {

Completed in 14 milliseconds