Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c455 static LLVMValueRef extract_double_to_float(struct si_shader_context *ctx, in extract_double_to_float() function
716 out[chan] = extract_double_to_float(ctx, input[0], chan); in si_llvm_load_input_vs()
723 out[chan] = extract_double_to_float(ctx, input[chan], 0); in si_llvm_load_input_vs()
729 out[chan] = extract_double_to_float(ctx, input[chan / 2], in si_llvm_load_input_vs()