Searched refs:structured (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_dce.c220 assert(impl->structured);
H A Dnir_validate.c1025 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 Dnir_lower_goto_ifs.c927 if (impl->structured) {
944 /* From this point on, it's structured */
945 impl->structured = true;
H A Dnir.c464 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 Dnir_builder.h1754 assert(!build->impl->structured);
1764 assert(!build->impl->structured);
H A Dnir_serialize.c1911 blob_write_uint8(ctx->blob, fi->structured);
1927 fi->structured = blob_read_uint8(ctx->blob);
H A Dnir.h3214 /** 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 D17.3.3.rst34 structured SSBO
H A D18.0.0.rst266 structured SSBO
H A D19.0.0.rst353 - radv: Use structured intrinsics instead of indexing workaround for
1741 - radeonsi: use structured buffer intrinsics for image views
H A D20.3.0.rst2744 - 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 Dvtn_cfg.c612 "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 Dnotes.markdown130 jumps/goto's - control flow in the program is always structured.
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dnotes.markdown130 jumps/goto's - control flow in the program is always structured.
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json238 "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