Searched refs:structured (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_opt_dce.c | 220 assert(impl->structured);
|
| H A D | nir_validate.c | 1025 validate_assert(state, state->impl->structured); 1038 validate_assert(state, state->impl->structured); 1050 validate_assert(state, !state->impl->structured); 1057 validate_assert(state, !state->impl->structured); 1254 if (!state->impl->structured) { 1322 validate_assert(state, state->impl->structured); 1357 validate_assert(state, state->impl->structured);
|
| H A D | nir_lower_goto_ifs.c | 927 if (impl->structured) { 944 /* From this point on, it's structured */ 945 impl->structured = true;
|
| H A D | nir.c | 464 impl->structured = true; 1810 assert(nir_cf_node_get_function(&block->cf_node)->structured); 1848 assert(nir_cf_node_get_function(&block->cf_node)->structured);
|
| H A D | nir_builder.h | 1754 assert(!build->impl->structured); 1764 assert(!build->impl->structured);
|
| H A D | nir_serialize.c | 1911 blob_write_uint8(ctx->blob, fi->structured); 1927 fi->structured = blob_read_uint8(ctx->blob);
|
| H A D | nir.h | 3214 /** True if this nir_function_impl uses structured control-flow 3218 bool structured; member in struct:__anon3ec4419d3708
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.3.3.rst | 34 structured SSBO
|
| H A D | 18.0.0.rst | 266 structured SSBO
|
| H A D | 19.0.0.rst | 353 - radv: Use structured intrinsics instead of indexing workaround for 1741 - radeonsi: use structured buffer intrinsics for image views
|
| H A D | 20.3.0.rst | 2744 - spirv: Only run repair_ssa if structured 3076 - nir: Add a structured flag to nir_shader
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | vtn_cfg.c | 612 "structured control-flow constructs"); 815 vtn_fail("Target of OpSwitch is not a valid structured exit " 845 * Doing a BFS ensures that we visit each structured control-flow 1380 impl->structured = false; 1390 if (func->nir_func->impl->structured) 1409 if (func->nir_func->impl->structured)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | notes.markdown | 130 jumps/goto's - control flow in the program is always structured.
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | notes.markdown | 130 jumps/goto's - control flow in the program is always structured.
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | 238 "description": "ac/llvm: replace structured by vindex != NULL in ac_build_buffer_store_common", 247 "description": "ac/llvm: replace structured by vindex != NULL in ac_build_tbuffer_store", [all...] |
Completed in 185 milliseconds