Home
last modified time | relevance | path

Searched refs:funcA (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_state.c286 int funcA; in i830_set_blend_state() local
323 funcA = SRC_ABLEND_FACT(intel_translate_blend_factor(ctx->Color.Blend[0].SrcA)) in i830_set_blend_state()
332 funcA = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE); in i830_set_blend_state()
336 funcA = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE); in i830_set_blend_state()
350 iab = eqnA | funcA in i830_set_blend_state()
359 if ((eqnA | funcA) != (eqnRGB | funcRGB)) in i830_set_blend_state()
/external/llvm/test/CodeGen/X86/
Davx-cvt.ll74 define double @funcA(i64* nocapture %e) nounwind uwtable readonly ssp {
75 ; CHECK-LABEL: funcA:
Davx-splat.ll4 define <32 x i8> @funcA(<32 x i8> %a) nounwind uwtable readnone ssp {
5 ; CHECK-LABEL: funcA:
Davx512-cvt.ll458 define double @funcA(i64* nocapture %e) {
459 ; ALL-LABEL: funcA:
/external/deqp-deps/glslang/Test/
DspecExamples.vert134 vec4 funcA(restrict image2D a) { }
169 funcA(img1); // OK, adding "restrict" is allowed
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Davx-vpermil.ll4 define <8 x float> @funcA(<8 x float> %a) nounwind uwtable readnone ssp {
Davx-cvt.ll42 define double @funcA(i64* nocapture %e) nounwind uwtable readonly ssp {
Davx-splat.ll8 define <32 x i8> @funcA(<32 x i8> %a) nounwind uwtable readnone ssp {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Davx-cvt.ll108 define double @funcA(i64* nocapture %e) nounwind uwtable readonly ssp {
109 ; CHECK-LABEL: funcA:
Davx-splat.ll4 define <32 x i8> @funcA(<32 x i8> %a) nounwind uwtable readnone ssp {
5 ; CHECK-LABEL: funcA:
/external/deqp-deps/glslang/Test/baseResults/
DspecExamplesConf.vert.out31 ERROR: 0:134: '' : function does not return a value: funcA
41 0:134 Function Definition: funcA(I21; ( global 4-component vector of float)
215 0:169 Function Call: funcA(I21; ( global 4-component vector of float)
324 0:134 Function Definition: funcA(I21; ( global 4-component vector of float)
498 0:169 Function Call: funcA(I21; ( global 4-component vector of float)
DspecExamples.vert.out30 ERROR: 0:134: '' : function does not return a value: funcA
40 0:134 Function Definition: funcA(I21; ( global 4-component vector of float)
214 0:169 Function Call: funcA(I21; ( global 4-component vector of float)
323 0:134 Function Definition: funcA(I21; ( global 4-component vector of float)
497 0:169 Function Call: funcA(I21; ( global 4-component vector of float)
/external/deqp/data/gles3/shaders/
Dfunctions.test4214 float funcA (float x);
4217 float funcA (float x)
4227 return sqrt(funcA(x));
4247 float funcA (float x);
4250 float funcA (float x)
4263 return sqrt(funcA(x));
4283 float funcA (float x);
4286 float funcA (float x)
4299 return sqrt(funcA(x));
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c214 int funcA = (R200_BLEND_GL_ONE << R200_SRC_BLEND_SHIFT) | in r200_set_blend_state() local
269 funcA = (blend_factor( ctx->Color.Blend[0].SrcA, GL_TRUE ) << R200_SRC_BLEND_SHIFT) | in r200_set_blend_state()
287 funcA = (R200_BLEND_GL_ONE << R200_SRC_BLEND_SHIFT) | in r200_set_blend_state()
293 funcA = (R200_BLEND_GL_ONE << R200_SRC_BLEND_SHIFT) | in r200_set_blend_state()
303 rmesa->hw.ctx.cmd[CTX_RB3D_ABLENDCNTL] = eqnA | funcA; in r200_set_blend_state()
/external/python/cpython2/Modules/
Dposixmodule.c921 char* format, BOOL (__stdcall *funcA)(LPCSTR), in win32_1str()
942 result = funcA(ansi); in win32_1str()