Searched refs:is_valid (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_repair_ssa.c72 bool is_valid = true; local in function:repair_ssa_def
76 is_valid = false;
86 is_valid = false;
91 if (is_valid)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_repair_ssa.c72 bool is_valid = true; local in function:repair_ssa_def
76 is_valid = false;
86 is_valid = false;
91 if (is_valid)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_array_merge.cpp350 assert(is_valid());
363 assert(is_valid());
393 if (is_valid()) {
601 if (!map[i].is_valid()) {
610 if (map[i].is_valid()) {
617 if (!map[i].is_valid()) {
628 if (m.is_valid()) {
638 if (m.is_valid()) {
648 if (m.is_valid()) {
667 if (m.is_valid()) {
[all...]
H A Dst_glsl_to_tgsi_array_merge.h124 bool is_valid() const {return target_id > 0;} function in class:tgsi_array_merge::array_remapping
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_array_merge.cpp350 assert(is_valid());
363 assert(is_valid());
393 if (is_valid()) {
601 if (!map[i].is_valid()) {
610 if (map[i].is_valid()) {
617 if (!map[i].is_valid()) {
628 if (m.is_valid()) {
638 if (m.is_valid()) {
648 if (m.is_valid()) {
667 if (m.is_valid()) {
[all...]
H A Dst_glsl_to_tgsi_array_merge.h124 bool is_valid() const {return target_id > 0;} function in class:tgsi_array_merge::array_remapping
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_test_dma_perf.c80 bool is_valid; member in struct:si_test_dma_perf::si_result
260 r->is_valid = true;
328 if (!r->is_valid)
403 (prev_this_size->is_valid && prev_this_size->score * 1.03 > best->score)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_test_dma_perf.c81 bool is_valid; member in struct:si_test_dma_perf::si_result
281 r->is_valid = true;
346 if (!r->is_valid)
426 (prev_this_size->is_valid &&
/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-port.cc690 bool is_valid = true; local in function:testing::internal::ValidateRegex
706 is_valid = false;
715 is_valid = false;
719 is_valid = false;
723 is_valid = false;
727 is_valid = false;
734 return is_valid;
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-port.cc829 bool is_valid = true; local in function:testing::internal::ValidateRegex
845 is_valid = false;
854 is_valid = false;
858 is_valid = false;
862 is_valid = false;
866 is_valid = false;
873 return is_valid;
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_interface.cpp72 ASSERTED bool is_valid = aco::validate_ir(program); local in function:validate
73 assert(is_valid);
H A Daco_validate.cpp82 bool is_valid = true; local in function:aco::validate_ir
83 auto check = [&program, &is_valid](bool success, const char* msg,
100 is_valid = false;
104 auto check_block = [&program, &is_valid](bool success, const char* msg,
109 is_valid = false;
666 return is_valid;
H A Daco_register_allocation.cpp907 bool is_valid = std::all_of(std::next(reg_win.begin()), reg_win.end(), is_free); local in function:aco::__anon1a58e4b40110::get_reg_simple
908 if (is_valid) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_ir.h789 virtual bool is_valid() { return true; } function in class:r600_sb::node
955 virtual bool is_valid() { return true; } function in class:r600_sb::container_node
979 virtual bool is_valid() { return subtype == NST_ALU_GROUP; } function in class:r600_sb::alu_group_node
1003 virtual bool is_valid() { return subtype == NST_CF_INST; } function in class:r600_sb::cf_node
1019 virtual bool is_valid() { return subtype == NST_ALU_INST; } function in class:r600_sb::alu_node
1049 virtual bool is_valid() { return subtype == NST_ALU_PACKED_INST; } function in class:r600_sb::alu_packed_node
1065 virtual bool is_valid() { return subtype == NST_FETCH_INST; } function in class:r600_sb::fetch_node
H A Dsb_bc_builder.cpp100 assert(g->is_valid());
113 assert(a->is_valid());
H A Dsb_bc_parser.cpp644 assert(n->is_valid());
899 prev && prev->is_valid() &&
H A Dsb_ir.cpp56 assert(p->is_valid());
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_ir.h790 virtual bool is_valid() { return true; } function in class:r600_sb::node
956 virtual bool is_valid() { return true; } function in class:r600_sb::container_node
980 virtual bool is_valid() { return subtype == NST_ALU_GROUP; } function in class:r600_sb::alu_group_node
1004 virtual bool is_valid() { return subtype == NST_CF_INST; } function in class:r600_sb::cf_node
1020 virtual bool is_valid() { return subtype == NST_ALU_INST; } function in class:r600_sb::alu_node
1051 virtual bool is_valid() { return subtype == NST_ALU_PACKED_INST; } function in class:r600_sb::alu_packed_node
1067 virtual bool is_valid() { return subtype == NST_FETCH_INST; } function in class:r600_sb::fetch_node
H A Dsb_bc_builder.cpp100 assert(g->is_valid());
113 assert(a->is_valid());
H A Dsb_ir.cpp56 assert(p->is_valid());
H A Dsb_bc_parser.cpp656 assert(n->is_valid());
911 prev && prev->is_valid() &&
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_scoreboard.cpp503 is_valid(const dependency &dep) function in namespace:__anon19a82a480110
544 return is_valid(dep1) ? dep1 : dep0;
782 if (is_valid(dep)) {
818 if (is_valid(dep))
1007 if (is_valid(wr_dep) && inst->dst.file != BAD_FILE &&
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dhostx.c1346 int is_valid ; member in struct:__anon0da4f1f90108
1369 if (resource_peers[i].is_valid
1380 if (!resource_peers[i].is_valid) {
1388 peer->is_valid = TRUE ;
1405 if (resource_peers[i].is_valid

Completed in 41 milliseconds