/external/skia/tests/sksl/shared/ |
D | UniformBuffers.asm.frag | 6 OpName %testBlock "testBlock" 7 OpMemberName %testBlock 0 "x" 8 OpMemberName %testBlock 1 "w" 9 OpMemberName %testBlock 2 "y" 10 OpMemberName %testBlock 3 "z" 15 OpMemberDecorate %testBlock 0 Offset 0 16 OpMemberDecorate %testBlock 0 RelaxedPrecision 17 OpMemberDecorate %testBlock 1 Offset 4 18 OpMemberDecorate %testBlock 2 Offset 16 19 OpMemberDecorate %testBlock 2 RelaxedPrecision [all …]
|
D | InterfaceBlockNamed.asm.frag | 6 OpName %testBlock "testBlock" 7 OpMemberName %testBlock 0 "x" 11 OpMemberDecorate %testBlock 0 Offset 0 12 OpDecorate %testBlock Block 21 %testBlock = OpTypeStruct %float 22 %_ptr_Uniform_testBlock = OpTypePointer Uniform %testBlock
|
D | InterfaceBlockNamedArray.asm.frag | 6 %testBlock = OpTypeStruct %float 13 OpName %testBlock "testBlock" 14 OpMemberName %testBlock 0 "x" 18 OpMemberDecorate %testBlock 0 Offset 0 29 %testBlock = OpTypeStruct %float 32 %_arr_testBlock_int_2 = OpTypeArray %testBlock %int_2
|
D | InterfaceBlockNamed.metal | 9 struct testBlock { 13 constant testBlock* test; 15 fragment Outputs fragmentMain(Inputs _in [[stage_in]], constant testBlock& test [[buffer(456)]], bo…
|
D | InterfaceBlockNamedArray.metal | 9 struct testBlock { 13 constant testBlock* test; 15 fragment Outputs fragmentMain(Inputs _in [[stage_in]], constant array<testBlock, 2>& test [[buffer(…
|
D | UniformBuffers.metal | 9 struct testBlock { 18 constant testBlock* _anonInterface0; 20 fragment Outputs fragmentMain(Inputs _in [[stage_in]], constant testBlock& _anonInterface0 [[buffer…
|
D | InterfaceBlockNamedArray.glsl | 3 layout (binding = 123) uniform testBlock {
|
D | InterfaceBlockNamed.glsl | 3 layout (binding = 456) uniform testBlock {
|
D | UniformBuffers.glsl | 3 layout (binding = 0) uniform testBlock {
|
/external/skia/tests/sksl/spirv/ |
D | InterfaceBlockPushConstant.asm.frag | 6 OpName %testBlock "testBlock" 7 OpMemberName %testBlock 0 "m1" 8 OpMemberName %testBlock 1 "m2" 12 OpMemberDecorate %testBlock 0 Offset 16 13 OpMemberDecorate %testBlock 0 ColMajor 14 OpMemberDecorate %testBlock 0 MatrixStride 8 15 OpMemberDecorate %testBlock 0 RelaxedPrecision 16 OpMemberDecorate %testBlock 1 Offset 32 17 OpMemberDecorate %testBlock 1 ColMajor 18 OpMemberDecorate %testBlock 1 MatrixStride 8 [all …]
|
/external/javassist/src/test/test/javassist/bytecode/analysis/ |
D | DomTreeTest.java | 17 testBlock(blocks[0], new int[] {}, new int[] { 11, 6 } ); in testDomtree() 18 testBlock(blocks[1], new int[] { 0 }, new int[] { 17, 11 } ); in testDomtree() 19 testBlock(blocks[2], new int[] { 0, 6 }, new int[] { 19, 17 }); in testDomtree() 20 testBlock(blocks[3], new int[] { 6, 11 }, new int[] { 19 }); in testDomtree() 21 testBlock(blocks[4], new int[] { 11, 17 }, new int[] {}); in testDomtree() 38 private void testBlock(Block b, int[] incoming, int[] outgoing) { in testBlock() method in DomTreeTest 67 testBlock(blocks[0], new int[] { 7 }, new int[] { 14, 7 } ); in testDomtree2() 68 testBlock(blocks[1], new int[] { 0 }, new int[] { 0, 12 } ); in testDomtree2() 69 testBlock(blocks[2], new int[] { 7 }, new int[] {}); in testDomtree2() 70 testBlock(blocks[3], new int[] { 0 }, new int[] {}); in testDomtree2()
|
/external/webrtc/test/mac/ |
D | run_test.mm | 38 - (void)runAllTests:(TestBlock)testBlock { 40 testBlock(); 60 TestBlock testBlock = functionToBlock(test); 63 withObject:testBlock];
|
/external/skia/resources/sksl/errors/ |
D | InterfaceBlockWithNoMembers.sksl | 1 testBlock {} x[2];
|
D | InterfaceBlockScope.sksl | 1 uniform testBlock {
|
/external/skia/tests/sksl/errors/ |
D | InterfaceBlockWithNoMembers.glsl | 3 error: 1: interface block 'testBlock' must contain at least one member
|
/external/skia/resources/sksl/shared/ |
D | InterfaceBlockNamedArray.sksl | 1 layout(binding=123) uniform testBlock {
|
D | InterfaceBlockNamed.sksl | 1 layout(binding=456) uniform testBlock {
|
D | UniformBuffers.sksl | 1 layout(binding=0) uniform testBlock {
|
/external/skia/resources/sksl/spirv/ |
D | InterfaceBlockPushConstant.sksl | 1 layout(push_constant, binding=456) uniform testBlock {
|
/external/swiftshader/src/Shader/ |
D | VertexProgram.cpp | 1273 BasicBlock *testBlock = loopRepTestBlock[loopRepDepth]; in ENDLOOP() local 1276 Nucleus::createBr(testBlock); in ENDLOOP() 1287 BasicBlock *testBlock = loopRepTestBlock[loopRepDepth]; in ENDREP() local 1290 Nucleus::createBr(testBlock); in ENDREP() 1301 BasicBlock *testBlock = loopRepTestBlock[loopRepDepth]; in ENDWHILE() local 1304 Nucleus::createBr(testBlock); in ENDWHILE() 1437 BasicBlock *testBlock = Nucleus::createBasicBlock(); in LOOP() local 1440 loopRepTestBlock[loopRepDepth] = testBlock; in LOOP() 1444 Nucleus::createBr(testBlock); in LOOP() 1445 Nucleus::setInsertBlock(testBlock); in LOOP() [all …]
|
D | PixelProgram.cpp | 1589 BasicBlock *testBlock = loopRepTestBlock[loopRepDepth]; in ENDLOOP() local 1592 Nucleus::createBr(testBlock); in ENDLOOP() 1603 BasicBlock *testBlock = loopRepTestBlock[loopRepDepth]; in ENDREP() local 1606 Nucleus::createBr(testBlock); in ENDREP() 1617 BasicBlock *testBlock = loopRepTestBlock[loopRepDepth]; in ENDWHILE() local 1620 Nucleus::createBr(testBlock); in ENDWHILE() 1752 BasicBlock *testBlock = Nucleus::createBasicBlock(); in LOOP() local 1755 loopRepTestBlock[loopRepDepth] = testBlock; in LOOP() 1759 Nucleus::createBr(testBlock); in LOOP() 1760 Nucleus::setInsertBlock(testBlock); in LOOP() [all …]
|
/external/llvm-project/clang/test/AST/ |
D | pragma-attribute-objc-subject-match-rules.m | 99 void testBlock() { function 105 // CHECK-HAS_TYPE_FUNCTION_TYPE-LABEL: FunctionDecl{{.*}} testBlock
|
/external/skqp/src/sksl/ |
D | SkSLJIT.cpp | 1149 LLVMBasicBlockRef testBlock = LLVMAppendBasicBlockInContext(fContext, fCurrentFunction, in compileDo() local 1156 this->setBlock(builder, testBlock); in compileDo() 1166 LLVMBuildBr(builder, testBlock); in compileDo() 1172 LLVMBasicBlockRef testBlock = LLVMAppendBasicBlockInContext(fContext, fCurrentFunction, in compileWhile() local 1178 LLVMBuildBr(builder, testBlock); in compileWhile() 1179 this->setBlock(builder, testBlock); in compileWhile() 1184 fContinueTarget.push_back(testBlock); in compileWhile() 1189 LLVMBuildBr(builder, testBlock); in compileWhile()
|
/external/antlr/runtime/Python3/tests/ |
D | t059debug.py | 451 def testBlock(self): member in T
|
/external/antlr/runtime/Python/tests/ |
D | t059debug.py | 447 def testBlock(self): member in T
|