Searched refs:get_special_value (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_parser.cpp412 n->dst[ncount++] = sh->get_special_value(SV_LDS_OQA);
414 n->dst[ncount++] = sh->get_special_value(SV_LDS_OQB);
416 n->dst[ncount++] = sh->get_special_value(SV_LDS_RW);
423 n->dst[1] = sh->get_special_value(SV_ALU_PRED);
425 n->dst[2] = sh->get_special_value(SV_EXEC_MASK);
432 n->dst[1] = sh->get_special_value(SV_VALID_MASK);
448 n->dst[0] = sh->get_special_value(SV_AR_INDEX);
464 n->pred = sh->get_special_value(SV_ALU_PRED);
530 n->src[s] = sh->get_special_value(SV_LDS_OQA);
533 n->src[s] = sh->get_special_value(SV_LDS_OQ
[all...]
H A Dsb_shader.h319 value* get_special_value(unsigned sv_id, unsigned version = 0);
H A Dsb_shader.cpp148 value* shader::get_special_value(unsigned sv_id, unsigned version) { function in class:r600_sb::shader
170 v->rel = get_special_value(SV_AR_INDEX);
478 root->src[0] = get_special_value(SV_VALID_MASK);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_parser.cpp420 n->dst[ncount++] = sh->get_special_value(SV_LDS_OQA);
422 n->dst[ncount++] = sh->get_special_value(SV_LDS_OQB);
424 n->dst[ncount++] = sh->get_special_value(SV_LDS_RW);
431 n->dst[1] = sh->get_special_value(SV_ALU_PRED);
433 n->dst[2] = sh->get_special_value(SV_EXEC_MASK);
440 n->dst[1] = sh->get_special_value(SV_VALID_MASK);
456 n->dst[0] = sh->get_special_value(SV_AR_INDEX);
472 n->pred = sh->get_special_value(SV_ALU_PRED);
538 n->src[s] = sh->get_special_value(SV_LDS_OQA);
541 n->src[s] = sh->get_special_value(SV_LDS_OQ
[all...]
H A Dsb_shader.h319 value* get_special_value(unsigned sv_id, unsigned version = 0);
H A Dsb_shader.cpp148 value* shader::get_special_value(unsigned sv_id, unsigned version) { function in class:r600_sb::shader
170 v->rel = get_special_value(SV_AR_INDEX);
478 root->src[0] = get_special_value(SV_VALID_MASK);

Completed in 13 milliseconds