Searched refs:GetConstantValue (Results 1 – 9 of 9) sorted by relevance
62 uint32_t CombineAccessChains::GetConstantValue( in GetConstantValue() function in spvtools::opt::CombineAccessChains113 uint32_t index_value = GetConstantValue(index_constant); in GetIndexedType()149 uint32_t new_value = GetConstantValue(last_index_constant) + in CombineIndices()150 GetConstantValue(element_constant); in CombineIndices()
51 uint32_t GetConstantValue(const analysis::Constant* constant_inst);
58 uint32_t CombineAccessChains::GetConstantValue( in GetConstantValue() function in spvtools::opt::CombineAccessChains109 uint32_t index_value = GetConstantValue(index_constant); in GetIndexedType()145 uint32_t new_value = GetConstantValue(last_index_constant) + in CombineIndices()146 GetConstantValue(element_constant); in CombineIndices()
72 if (!ConstantFolder::GetConstantValue(*initDecl.value(), &loopInfo.fStart)) { in get_es2_loop_unroll_info()109 if (!ConstantFolder::GetConstantValue(*cond.right(), &loopEnd)) { in get_es2_loop_unroll_info()131 if (!ConstantFolder::GetConstantValue(*next.right(), &loopInfo.fDelta)) { in get_es2_loop_unroll_info()
37 static bool GetConstantValue(const Expression& value, double* out);
148 bool ConstantFolder::GetConstantValue(const Expression& value, double* out) { in GetConstantValue() function in SkSL::ConstantFolder