Home
last modified time | relevance | path

Searched refs:has_prop (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/intel/genxml/
Dgen_bits_header.py214 def has_prop(self, prop): member in Container
250 def has_prop(self, prop): member in Field
/external/virglrenderer/src/
Dvrend_shader.c1628 bool has_prop = (ctx->num_clip_dist_prop + ctx->num_cull_dist_prop) > 0; in emit_clip_dist_movs() local
1644 if (has_prop) in emit_clip_dist_movs()
1659 if (has_prop) { in emit_clip_dist_movs()
4580 bool has_prop = (ctx->num_clip_dist_prop + ctx->num_cull_dist_prop) > 0; in emit_ios() local
4585 if (has_prop) { in emit_ios()
4628 bool has_prop = (ctx->num_clip_dist_prop + ctx->num_cull_dist_prop) > 0; in emit_ios() local
4633 if (has_prop) { in emit_ios()
5002 bool has_prop = (ctx.num_clip_dist_prop + ctx.num_cull_dist_prop) > 0; in vrend_convert_shader() local
5003 …sinfo->num_clip_out = has_prop ? ctx.num_clip_dist_prop : (ctx.num_clip_dist ? ctx.num_clip_dist :… in vrend_convert_shader()
5004 sinfo->num_cull_out = has_prop ? ctx.num_cull_dist_prop : 0; in vrend_convert_shader()