Home
last modified time | relevance | path

Searched refs:fValueId (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.h67 fValueId[0] == that.fValueId[0] && in operator ==()
68 fValueId[1] == that.fValueId[1] && in operator ==()
69 fValueId[2] == that.fValueId[2] && in operator ==()
70 fValueId[3] == that.fValueId[3]; in operator ==()
73 SpvId fValueId[4]; member
H A DSkSLSPIRVCodeGenerator.cpp1288 /*fValueId=*/{SpvId(-1), SpvId(-1), SpvId(-1), SpvId(-1)}}; in writeConstantVector()
1297 key.fValueId[n] = this->writeLiteral(*slotVal, scalarType); in writeConstantVector()
1309 this->writeWord(key.fValueId[i], fConstantBuffer); in writeConstantVector()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmFloatControlsTests.cpp2639 const TYPE* fValueId = reinterpret_cast<const TYPE*>(&expectedBytes.front()); in compareBytes() local
2656 SType expectedInt = fValueId[0].bits(); in compareBytes()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmFloatControlsTests.cpp2637 const TYPE* fValueId = reinterpret_cast<const TYPE*>(&expectedBytes.front()); in compareBytes() local
2654 SType expectedInt = fValueId[0].bits(); in compareBytes()

Completed in 22 milliseconds