Home
last modified time | relevance | path

Searched defs:enable16BitTypes (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
DvktMemoryModelSharedLayoutCase.hpp112 void enable16BitTypes (bool enabled) { m_16BitTypesEnabled = enabled; } in enable16BitTypes() function in vkt::MemoryModel::ShaderInterface
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
DvktMemoryModelSharedLayoutCase.hpp112 void enable16BitTypes (bool enabled) { m_16BitTypesEnabled = enabled; } in enable16BitTypes() function in vkt::MemoryModel::ShaderInterface
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DShaderModuleD3D12.cpp395 std::vector<const wchar_t*> GetDXCArguments(uint32_t compileFlags, bool enable16BitTypes) { in GetDXCArguments()
/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp1477 bool enable16BitTypes = parseContext.hlslEnable16BitTypes(); in acceptType() local