/third_party/skia/src/sksl/ir/ |
D | SkSLInterfaceBlock.h | 35 skstd::string_view instanceName, int arraySize, in InterfaceBlock() argument 40 , fInstanceName(instanceName) in InterfaceBlock() 52 skstd::string_view instanceName() const { in instanceName() function 66 this->instanceName(), this->arraySize(), in clone() 80 if (!this->instanceName().empty()) { in description() 81 result += " " + this->instanceName(); in description()
|
/third_party/vk-gl-cts/data/gles31/shaders/gl45/ |
D | linkage_tessellation_geometry.test | 399 out IOBlockName { mediump float val; } instanceName; 402 instanceName.val = tc_out[2]; 409 in IOBlockName { mediump float val; } instanceName[]; 413 geo_out = instanceName[0].val; 417 geo_out = instanceName[1].val; 421 geo_out = instanceName[2].val; 472 out IOBlockName { mediump float val[2]; } instanceName; 475 instanceName.val[0] = tc_out[2] + 1.0; 476 instanceName.val[1] = -1.0; 483 in IOBlockName { mediump float val[2]; } instanceName[]; [all …]
|
D | linkage_io_block.test | 208 } instanceName; 212 instanceName.variable = in0; 243 } instanceName[1]; 247 instanceName[0].variable = float(gl_VertexID); 258 } instanceName[2]; 262 ${FRAG_COLOR} = vec4(instanceName[0].variable + instanceName[1].variable);
|
D | linkage_shader_storage_block.test | 263 } instanceName; 268 vtx_val = instanceName.variable; 301 } instanceName[1]; 306 vtx_val = instanceName[0].variable; 317 } instanceName[2]; 322 ${FRAG_COLOR} = vec4(vtx_val + instanceName[0].variable + instanceName[1].variable);
|
/third_party/glslang/Test/ |
D | 300operations.frag | 5 } instanceName; 30 instanceName + instanceName; 45 instanceName++; 74 ~instanceName;
|
/third_party/vk-gl-cts/data/gles31/shaders/es32/ |
D | linkage_tessellation_geometry.test | 469 out IOBlockName { mediump float val; } instanceName; 472 instanceName.val = tc_out[2]; 479 in IOBlockName { mediump float val; } instanceName[]; 483 geo_out = instanceName[0].val; 487 geo_out = instanceName[1].val; 491 geo_out = instanceName[2].val; 542 out IOBlockName { mediump float val[2]; } instanceName; 545 instanceName.val[0] = tc_out[2] + 1.0; 546 instanceName.val[1] = -1.0; 553 in IOBlockName { mediump float val[2]; } instanceName[]; [all …]
|
D | linkage_io_block.test | 208 } instanceName; 212 instanceName.variable = in0; 243 } instanceName[1]; 247 instanceName[0].variable = float(gl_VertexID); 258 } instanceName[2]; 262 ${FRAG_COLOR} = vec4(instanceName[0].variable + instanceName[1].variable);
|
D | linkage_shader_storage_block.test | 263 } instanceName; 268 vtx_val = instanceName.variable; 301 } instanceName[1]; 306 vtx_val = instanceName[0].variable; 317 } instanceName[2]; 322 ${FRAG_COLOR} = vec4(vtx_val + instanceName[0].variable + instanceName[1].variable);
|
D | android_extension_pack.test | 326 out VaryingIOBlockName { highp float v_var; } instanceName; 329 instanceName.v_var = in0; 337 in VaryingIOBlockName { highp float v_var; } instanceName; 340 out0 = instanceName.v_var;
|
/third_party/vk-gl-cts/data/gles31/shaders/es31/ |
D | linkage_tessellation_geometry.test | 465 out IOBlockName { mediump float val; } instanceName; 468 instanceName.val = tc_out[2]; 475 in IOBlockName { mediump float val; } instanceName[]; 479 geo_out = instanceName[0].val; 483 geo_out = instanceName[1].val; 487 geo_out = instanceName[2].val; 540 out IOBlockName { mediump float val[2]; } instanceName; 543 instanceName.val[0] = tc_out[2] + 1.0; 544 instanceName.val[1] = -1.0; 551 in IOBlockName { mediump float val[2]; } instanceName[]; [all …]
|
D | linkage_io_block.test | 195 } instanceName; 199 instanceName.variable = in0; 231 } instanceName[1]; 235 instanceName[0].variable = float(gl_VertexID); 246 } instanceName[2]; 250 ${FRAG_COLOR} = vec4(instanceName[0].variable + instanceName[1].variable);
|
D | linkage_shader_storage_block.test | 245 } instanceName; 250 vtx_val = instanceName.variable; 283 } instanceName[1]; 288 vtx_val = instanceName[0].variable; 299 } instanceName[2]; 304 ${FRAG_COLOR} = vec4(vtx_val + instanceName[0].variable + instanceName[1].variable);
|
D | android_extension_pack.test | 316 out VaryingIOBlockName { highp float v_var; } instanceName; 319 instanceName.v_var = in0; 327 in VaryingIOBlockName { highp float v_var; } instanceName; 330 out0 = instanceName.v_var;
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | UseInterfaceBlockFields.cpp | 67 if (block.instanceName.empty()) in InsertUseCode() 77 ReferenceGlobalVariable(ImmutableString(block.instanceName), symbolTable); in InsertUseCode() 88 ReferenceGlobalVariable(ImmutableString(block.instanceName), symbolTable); in InsertUseCode()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/gl/ |
D | UseInterfaceBlockFields.cpp | 68 if (block.instanceName.empty()) in InsertUseCode() 78 ReferenceGlobalVariable(ImmutableString(block.instanceName), symbolTable); in InsertUseCode() 89 ReferenceGlobalVariable(ImmutableString(block.instanceName), symbolTable); in InsertUseCode()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
D | vktMemoryModelSharedLayoutCase.hpp | 70 SharedStruct (const std::string name, const std::string instanceName) in SharedStruct() argument 71 : m_name(name), m_instanceName(instanceName) {} in SharedStruct() 101 SharedStruct& allocSharedObject (const std::string& name, const std::string& instanceName);
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ShaderVars.cpp | 452 instanceName(other.instanceName), in InterfaceBlock() 467 instanceName = other.instanceName; in operator =() 481 return instanceName.empty() ? "" : name; in fieldPrefix() 486 return instanceName.empty() ? "" : mappedName; in fieldMappedPrefix()
|
D | CollectVariables.cpp | 144 void recordInterfaceBlock(const char *instanceName, 701 void CollectVariablesTraverser::recordInterfaceBlock(const char *instanceName, in recordInterfaceBlock() argument 713 if (instanceName != nullptr) in recordInterfaceBlock() 715 interfaceBlock->instanceName = instanceName; in recordInterfaceBlock() 717 if (strncmp(instanceName, "gl_in", 5u) == 0) in recordInterfaceBlock() 723 blockSymbol = mSymbolTable->findGlobal(ImmutableString(instanceName)); in recordInterfaceBlock() 750 if (instanceName == nullptr) in recordInterfaceBlock()
|
/third_party/flutter/skia/src/sksl/ir/ |
D | SkSLInterfaceBlock.h | 28 InterfaceBlock(int offset, const Variable* var, String typeName, String instanceName, in InterfaceBlock() 34 , fInstanceName(std::move(instanceName)) in InterfaceBlock()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ShaderVars.cpp | 487 instanceName(other.instanceName), in InterfaceBlock() 502 instanceName = other.instanceName; in operator =() 516 return instanceName.empty() ? "" : name; in fieldPrefix() 521 return instanceName.empty() ? "" : mappedName; in fieldMappedPrefix()
|
D | CollectVariables.cpp | 158 void recordInterfaceBlock(const char *instanceName, 971 void CollectVariablesTraverser::recordInterfaceBlock(const char *instanceName, in recordInterfaceBlock() argument 984 const bool isGLInBuiltin = (instanceName != nullptr) && strncmp(instanceName, "gl_in", 5u) == 0; in recordInterfaceBlock() 985 if (instanceName != nullptr) in recordInterfaceBlock() 987 interfaceBlock->instanceName = instanceName; in recordInterfaceBlock() 995 blockSymbol = mSymbolTable->findGlobal(ImmutableString(instanceName)); in recordInterfaceBlock() 1024 if (instanceName == nullptr) in recordInterfaceBlock()
|
/third_party/glslang/Test/baseResults/ |
D | web.operations.frag.out | 32 OpName %instanceName "instanceName" 107 OpDecorate %instanceName DescriptorSet 0 108 OpDecorate %instanceName Binding 0 156 %instanceName = OpVariable %_ptr_Uniform_block Uniform
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcUniformBlockCase.cpp | 1537 std::string instanceName = string(block.getBlockName()) + (isArray ? "[0]" : ""); in compareStd140Blocks() local 1538 int refBlockNdx = refLayout.getBlockIndex(instanceName.c_str()); in compareStd140Blocks() 1539 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.c_str()); in compareStd140Blocks() 1552 log << TestLog::Message << "Error: Uniform block '" << instanceName << "' not found" in compareStd140Blocks() 1567 log << TestLog::Message << "Error: Number of active uniforms differ in block '" << instanceName in compareStd140Blocks() 1619 std::string instanceName = string(block.getBlockName()) + (isArray ? "[0]" : ""); in compareSharedBlocks() local 1620 int refBlockNdx = refLayout.getBlockIndex(instanceName.c_str()); in compareSharedBlocks() 1621 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.c_str()); in compareSharedBlocks() 1634 log << TestLog::Message << "Error: Uniform block '" << instanceName << "' not found" in compareSharedBlocks() 1647 log << TestLog::Message << "Error: Number of active uniforms differ in block '" << instanceName in compareSharedBlocks() [all …]
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.cpp | 1180 …const string instanceName = block.getBlockName() + (isArray ? "[" + de::toString(instanceNdx) + "… in generateCompareSrc() local 1181 const int blockNdx = layout.getBlockIndex(instanceName); in generateCompareSrc() 1263 …const string instanceName = block.getBlockName() + (isArray ? "[" + de::toString(instanceNdx) + "… in generateWriteSrc() local 1264 const int blockNdx = layout.getBlockIndex(instanceName); in generateWriteSrc() 1624 …const string instanceName = block.getBlockName() + (isArray ? "[" + de::toString(instanceNdx) + "… in copyNonWrittenData() local 1625 const int blockNdx = layout.getBlockIndex(instanceName); in copyNonWrittenData() 2297 std::string instanceName = string(block.getBlockName()) + (isArray ? "[0]" : ""); in compareStdBlocks() local 2298 int refBlockNdx = refLayout.getBlockIndex(instanceName.c_str()); in compareStdBlocks() 2299 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.c_str()); in compareStdBlocks() 2309 …log << TestLog::Message << "Error: Buffer block '" << instanceName << "' not found" << TestLog::En… in compareStdBlocks() [all …]
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsUniformBlockCase.cpp | 1588 std::string instanceName = string(block.getBlockName()) + (isArray ? "[0]" : ""); in compareStd140Blocks() local 1589 int refBlockNdx = refLayout.getBlockIndex(instanceName.c_str()); in compareStd140Blocks() 1590 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.c_str()); in compareStd140Blocks() 1603 …log << TestLog::Message << "Error: Uniform block '" << instanceName << "' not found" << TestLog::E… in compareStd140Blocks() 1617 log << TestLog::Message << "Error: Number of active uniforms differ in block '" << instanceName in compareStd140Blocks() 1667 std::string instanceName = string(block.getBlockName()) + (isArray ? "[0]" : ""); in compareSharedBlocks() local 1668 int refBlockNdx = refLayout.getBlockIndex(instanceName.c_str()); in compareSharedBlocks() 1669 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.c_str()); in compareSharedBlocks() 1682 …log << TestLog::Message << "Error: Uniform block '" << instanceName << "' not found" << TestLog::E… in compareSharedBlocks() 1694 log << TestLog::Message << "Error: Number of active uniforms differ in block '" << instanceName in compareSharedBlocks() [all …]
|