Searched refs:execsize (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Di965_gram.y484 %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 ex
2266 execsize: label
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dgen8_eu.c377 int width, hstride, vstride, execsize; local in function:__gen8_validate_reg
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/
H A Dgen8_eu.c377 int width, hstride, vstride, execsize; local in function:__gen8_validate_reg
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/MesaLib/dist/docs/relnotes/
H A D10.2.7.rst34 [i965] brw_eu_emit.c:182: validate_reg: Assertion \`execsize >=
40 [Gen4-5 clip] Piglit spec_OpenGL_1.1_polygon-offset hits (execsize >=
H A D10.3.rst83 [Gen4-5 clip] Piglit spec_OpenGL_1.1_polygon-offset hits (execsize >=
/xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
H A Dbrw_eu_emit.c165 int width, hstride, vstride, execsize; local in function:validate_reg
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/
H A Dbrw_eu_emit.c165 int width, hstride, vstride, execsize; local in function:validate_reg
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 13 milliseconds