Home
last modified time | relevance | path

Searched refs:moduleConstant (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DShaderModuleD3D12.cpp154 const auto& moduleConstant = shaderEntryPointConstants->at(name); in GetOverridableConstantsDefines() local
157 kSpecConstantPrefix + std::to_string(static_cast<int32_t>(moduleConstant.id)), in GetOverridableConstantsDefines()
158 GetHLSLValueString(moduleConstant.type, nullptr, value)); in GetOverridableConstantsDefines()
169 const auto& moduleConstant = shaderEntryPointConstants->at(name); in GetOverridableConstantsDefines() local
174 kSpecConstantPrefix + std::to_string(static_cast<int32_t>(moduleConstant.id)), in GetOverridableConstantsDefines()
175 GetHLSLValueString(moduleConstant.type, &moduleConstant.defaultValue)); in GetOverridableConstantsDefines()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DUtilsVulkan.cpp222 const auto& moduleConstant = entryPointMetaData.overridableConstants.at(identifier); in GetVkSpecializationInfo() local
225 VkSpecializationMapEntry{moduleConstant.id, in GetVkSpecializationInfo()
231 switch (moduleConstant.type) { in GetVkSpecializationInfo()

Completed in 3 milliseconds