| /third_party/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 | InterfaceBlockNamedArray.metal | 9 struct testBlock { 13 constant testBlock* test; 15 fragment Outputs fragmentMain(Inputs _in [[stage_in]], constant array<testBlock, 2>& test [[buffer(…
|
| 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 | UniformBuffers.metal | 9 struct testBlock { 19 constant testBlock* _anonInterface0; 21 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 {
|
| /third_party/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 …]
|
| /third_party/typescript/tests/cases/fourslash/ |
| D | tripleSlashRefPathCompletionBackandForwardSlash.ts | 50 testBlock(0, 'f.ts', "d1"); 51 testBlock(4, 'g.ts', "d2"); 52 testBlock(8, 'g.ts', "d2"); 53 testBlock(12, 'h.ts', "d3"); 54 testBlock(16, 'h.ts', "d3"); 55 testBlock(20, 'h.ts', "d3"); 56 testBlock(24, 'h.ts', "d3"); 59 function testBlock(offset: number, fileName: string, dir: string) { function
|
| /third_party/skia/third_party/externals/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 …]
|
| /third_party/skia/resources/sksl/errors/ |
| D | InterfaceBlockWithNoMembers.sksl | 2 testBlock {} x[2];
|
| D | InterfaceBlockScope.sksl | 1 uniform testBlock {
|
| /third_party/skia/resources/sksl/shared/ |
| D | InterfaceBlockNamed.sksl | 1 layout(binding=456) uniform testBlock {
|
| D | InterfaceBlockNamedArray.sksl | 1 layout(binding=123) uniform testBlock {
|
| D | UniformBuffers.sksl | 1 layout(binding=0) uniform testBlock {
|
| /third_party/skia/resources/sksl/spirv/ |
| D | InterfaceBlockPushConstant.sksl | 1 layout(push_constant, binding=456) uniform testBlock {
|
| /third_party/skia/tests/sksl/errors/ |
| D | InterfaceBlockWithNoMembers.glsl | 4 error: 2: interface block 'testBlock' must contain at least one member
|
| /third_party/node/test/parallel/ |
| D | test-fs-realpath.js | 67 function asynctest(testBlock, args, callback, assertBlock) { argument 69 testBlock.apply(testBlock, args.concat(function(err) {
|
| /third_party/typescript/src/testRunner/unittests/services/ |
| D | textChanges.ts | 47 …ceOnNewLineForFunctions: boolean, text: string, validateNodes: boolean, testBlock: (sourceFile: So… 52 testBlock(sourceFile, changeTracker);
|
| /third_party/vk-gl-cts/external/vulkancts/scripts/ |
| D | ohos_gen_framework.py | 2128 testBlock = \ 2138 …featureItems.append(testBlock.format(structureType.name, "\n".join(items), len(items), ("DE_NULL" …
|
| D | gen_framework.py | 2109 testBlock = \ 2119 …featureItems.append(testBlock.format(structureType.name, "\n".join(items), len(items), ("DE_NULL" …
|