Searched refs:bconst (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/panfrost/nir/ |
D | nir_lower_blend.c | 98 nir_ssa_def *src, nir_ssa_def *src1, nir_ssa_def *dst, nir_ssa_def *bconst, in nir_blend_factor_value() argument 119 return nir_channel(b, bconst, chan); in nir_blend_factor_value() 121 return nir_channel(b, bconst, 3); in nir_blend_factor_value() 133 nir_ssa_def *src, nir_ssa_def *src1, nir_ssa_def *dst, nir_ssa_def *bconst, in nir_blend_factor() argument 140 nir_blend_factor_value(b, src, src1, dst, bconst, chan, factor, half); in nir_blend_factor() 269 nir_ssa_def *bconst; in nir_blend() local 274 bconst = nir_vec4(b, in nir_blend() 280 bconst = nir_load_blend_const_color_rgba(b); in nir_blend() 284 bconst = nir_f2f16(b, bconst); in nir_blend() 300 src, src1, dst, bconst, c, in nir_blend() [all …]
|
/external/deqp-deps/glslang/Test/ |
D | 430.vert | 112 int bconst[gl_MaxTransformFeedbackInterleavedComponents];
|
D | 440.frag | 140 int bconst[gl_MaxTransformFeedbackInterleavedComponents];
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | 440.frag.out | 119 0:? 'bconst' ( global 64-element array of int) 163 0:? 'bconst' ( global 64-element array of int)
|
D | 430.vert.out | 232 0:? 'bconst' ( global 64-element array of int) 307 0:? 'bconst' ( global 64-element array of int)
|