Home
last modified time | relevance | path

Searched refs: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
DvktMemoryModelSharedLayout.cpp116 m_interface.enable16BitTypes(features & FEATURE_16BIT_TYPES); in RandomSharedLayoutCase()
/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp1429 bool enable16BitTypes = parseContext.hlslEnable16BitTypes(); in acceptType() local
1431 const TBasicType min16float_bt = enable16BitTypes ? EbtFloat16 : EbtFloat; in acceptType()
1432 const TBasicType min10float_bt = enable16BitTypes ? EbtFloat16 : EbtFloat; in acceptType()
1433 const TBasicType half_bt = enable16BitTypes ? EbtFloat16 : EbtFloat; in acceptType()
1434 const TBasicType min16int_bt = enable16BitTypes ? EbtInt16 : EbtInt; in acceptType()
1435 const TBasicType min12int_bt = enable16BitTypes ? EbtInt16 : EbtInt; in acceptType()
1436 const TBasicType min16uint_bt = enable16BitTypes ? EbtUint16 : EbtUint; in acceptType()
/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() argument
436 if (enable16BitTypes) { in GetDXCArguments()