Home
last modified time | relevance | path

Searched defs:is_patch (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dliveness.cpp175 bool is_patch, bool input) { in AnalyzeAccessChainLoc()
257 bool is_patch = !deco_mgr->WhileEachDecoration( in MarkRefLive() local
H A Deliminate_dead_output_stores_pass.cpp87 bool is_patch = !deco_mgr->WhileEachDecoration( in KillAllDeadStoresOfLocRef() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dliveness.cpp167 bool is_patch, bool input) { in AnalyzeAccessChainLoc()
248 bool is_patch = !deco_mgr->WhileEachDecoration( in MarkRefLive() local
H A Deliminate_dead_output_stores_pass.cpp87 bool is_patch = !deco_mgr->WhileEachDecoration( in KillAllDeadStoresOfLocRef() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dliveness.cpp167 bool is_patch, bool input) { in AnalyzeAccessChainLoc()
248 bool is_patch = !deco_mgr->WhileEachDecoration( in MarkRefLive() local
Deliminate_dead_output_stores_pass.cpp87 bool is_patch = !deco_mgr->WhileEachDecoration( in KillAllDeadStoresOfLocRef() local
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/
H A Dnak_nir_lower_vtg_io.c114 bool is_patch; in lower_vtg_io_intrin() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/tests/
H A Dnir_opt_varyings_test.h346 is_patch(gl_varying_slot slot) in is_patch() function
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dshader_validation.cpp606 … bool is_array_of_verts, uint32_t id, uint32_t type_id, bool is_patch, in CollectInterfaceBlockMembers()
709 bool is_patch = (d.flags & decoration_set::patch_bit) != 0; in CollectInterfaceByLocation() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_linking_helpers.c507 bool is_patch; member