Home
last modified time | relevance | path

Searched refs:has_constants (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_opt_copy_prop.c48 if (ins->has_constants) continue; in midgard_opt_copy_prop()
H A Dmidgard_compile.c207 ins->has_constants = true; in attach_constants()
1071 ins.has_constants = true; in emit_alu()
1083 ins.has_constants = true; in emit_alu()
1093 ins.has_constants = true; in emit_alu()
2386 mov.has_constants = true; in set_tex_coord()
2611 if (alu->has_constants) continue; in inline_alu_constants()
2615 if (!alu->has_constants) { in inline_alu_constants()
2711 if (!ins->has_constants) continue; in embedded_to_inline_constant()
2800 ins->has_constants = false; in embedded_to_inline_constant()
H A Dcompiler.h137 bool has_constants; member
H A Dmidgard_schedule.c474 if (!ins->has_constants) in mir_adjust_constants()
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blend.h77 uint32_t has_constants : 1; member
H A Dpan_blend.c776 .has_constants = pan_blend_constant_mask(state->rts[rt].equation) != 0, in pan_blend_get_shader_locked()
795 if (!key.has_constants || in pan_blend_get_shader_locked()
/third_party/node/test/fixtures/wpt/resources/
H A Didlharness.js1254 IdlInterface.prototype.has_constants = function()
1303 return this.is_callback() ? this.has_constants() : !this.has_extended_attribute("LegacyNoInterfaceObject");
2103 if (!this.has_constants()) {

Completed in 19 milliseconds