Home
last modified time | relevance | path

Searched refs:fValueId (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h68 fValueId[0] == that.fValueId[0] &&
69 fValueId[1] == that.fValueId[1] &&
70 fValueId[2] == that.fValueId[2] &&
71 fValueId[3] == that.fValueId[3];
74 SpvId fValueId[4]; member
DSkSLSPIRVCodeGenerator.cpp1204 key.fValueId[n] = this->writeExpression(*expr, fConstantBuffer); in writeConstantVector()
1216 this->writeWord(key.fValueId[i], fConstantBuffer); in writeConstantVector()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp2637 const TYPE* fValueId = reinterpret_cast<const TYPE*>(&expectedBytes.front()); in compareBytes() local
2654 SType expectedInt = fValueId[0].bits(); in compareBytes()