Searched refs:get_specialization (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 966 get_specialization(struct vtn_builder *b, struct vtn_value *val, in get_specialization() function 1027 get_specialization(b, val, (opcode == SpvOpSpecConstantTrue)); in vtn_handle_constant() 1046 val->constant->values[0].u32[0] = get_specialization(b, val, w[3]); in vtn_handle_constant() 1052 val->constant->values[0].u32[0] = get_specialization(b, val, w[3]); in vtn_handle_constant() 1102 SpvOp opcode = get_specialization(b, val, w[3]); in vtn_handle_constant()
|